Skip to content

Instantly share code, notes, and snippets.

@Swader
Created September 27, 2012 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swader/3793229 to your computer and use it in GitHub Desktop.
Save Swader/3793229 to your computer and use it in GitHub Desktop.
INTECH - using IdNumbers to get ISBN
$idNumbers = $oRegistry->get('IdNumbers')->setEntity(Entity::STM_PROCESS, $iStmProcessId);
$isbn = $idNumbers->has('isbn') ? $idNumbers->getNumber('isbn') : null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment