category Zend
package Zend_Validate
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Checks for allowed characters within the barcode

checkChars(string $value) : boolean
inherited_from \Zend_Validate_Barcode_AdapterInterface::checkChars()

Parameters

$value

string

The barcode to check for allowed characters

Returns

boolean

Checks the length of a barcode

checkLength(string $value) : boolean
inherited_from \Zend_Validate_Barcode_AdapterInterface::checkLength()

Parameters

$value

string

The barcode to check for proper length

Returns

boolean

Validates the checksum

checksum(string $value) : boolean
inherited_from \Zend_Validate_Barcode_AdapterInterface::checksum()

Parameters

$value

string

The barcode to check the checksum for

Returns

boolean

Returns the allowed characters

getCharacters() : integer | string

Returns

integerstring

Returns if barcode uses checksum

getCheck() : boolean
inherited_from \Zend_Validate_Barcode_AdapterInterface::getCheck()

Returns

boolean

Returns the checksum function name

getChecksum() 

Returns the allowed barcode length

getLength() : string

Returns

string

Sets the checksum validation

setCheck(boolean $check) : \Zend_Validate_Barcode_AdapterAbstract
inherited_from \Zend_Validate_Barcode_AdapterInterface::setCheck()

Parameters

$check

boolean

Returns

\Zend_Validate_Barcode_AdapterAbstract

Validates the checksum (Modulo 10) CODE25 implementation factor 3

_code25(string $value) : boolean

Parameters

$value

string

The barcode to validate

Returns

boolean

Validates the checksum (Modulo 10) GTIN implementation factor 3

_gtin(string $value) : boolean

Parameters

$value

string

The barcode to validate

Returns

boolean

Validates the checksum (Modulo 10) IDENTCODE implementation factors 9 and 4

_identcode(string $value) : boolean

Parameters

$value

string

The barcode to validate

Returns

boolean

Validates the checksum () POSTNET implementation

_postnet(string $value) : boolean

Parameters

$value

string

The barcode to validate

Returns

boolean

 Properties

 

Allowed barcode characters

$_characters : string

Default

 

Callback to checksum function

$_checksum : string | array

Default

 

Is a checksum value included?

$_hasChecksum : boolean

Default

true
 

Allowed barcode lengths

$_length : integer | array | string

Default