getCharacters()
getChecksum()
getLength()
hasValidCharacters()
hasValidChecksum()
hasValidLength()
useChecksum()
getCharacters() : int | string | array
intstringarray
getChecksum() : bool
boolgetLength() : int | array
intarray
hasValidCharacters(string $value) : bool
stringThe barcode to check for allowed characters
boolhasValidChecksum(string $value) : bool
stringThe barcode to check the checksum for
boolhasValidLength(string $value) : bool
stringThe barcode to check for proper length
booluseChecksum(bool $check) : \Zend\Validator\Barcode\AbstractAdapter | bool