Zend Framework  3.0
Public Member Functions | List of all members
Planet Class Reference

Public Member Functions

 __construct ()
 Constructor for this barcode adapter.
 
- Public Member Functions inherited from AbstractAdapter
 hasValidLength ($value)
 Checks the length of a barcode.
 
 hasValidCharacters ($value)
 Checks for allowed characters within the barcode.
 
 hasValidChecksum ($value)
 Validates the checksum.
 
 getLength ()
 Returns the allowed barcode length.
 
 getCharacters ()
 Returns the allowed characters.
 
 getChecksum ()
 Returns the checksum function name.
 
 useChecksum ($check=null)
 Sets the checksum validation, if no value is given, the actual setting is returned.
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractAdapter
 setChecksum ($checksum)
 Sets the checksum validation method.
 
 setLength ($length)
 Sets the length of this barcode.
 
 setCharacters ($characters)
 Sets the allowed characters of this barcode.
 
 gtin ($value)
 Validates the checksum (Modulo 10) GTIN implementation factor 3.
 
 identcode ($value)
 Validates the checksum (Modulo 10) IDENTCODE implementation factors 9 and 4.
 
 code25 ($value)
 Validates the checksum (Modulo 10) CODE25 implementation factor 3.
 
 postnet ($value)
 Validates the checksum () POSTNET implementation.
 
- Protected Attributes inherited from AbstractAdapter
 $options
 

Constructor & Destructor Documentation

__construct ( )

Constructor for this barcode adapter.