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

 Methods

Checks for allowed characters within the barcode

checkChars(string $value) : boolean
Inherited
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
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
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
Inherited

Returns

integerstring

Returns if barcode uses checksum

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

Returns

boolean

Returns the checksum function name

getChecksum() 
Inherited

Returns the allowed barcode length

getLength() : string
Inherited

Returns

string

Sets the checksum validation

setCheck(boolean $check) : \Zend_Validate_Barcode_AdapterAbstract
Inherited
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
Inherited

Parameters

$value

string

The barcode to validate

Returns

boolean

Validates the checksum (Modulo 10) GTIN implementation factor 3

_gtin(string $value) : boolean
Inherited

Parameters

$value

string

The barcode to validate

Returns

boolean

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

_identcode(string $value) : boolean
Inherited

Parameters

$value

string

The barcode to validate

Returns

boolean

Validates the checksum () POSTNET implementation

_postnet(string $value) : boolean
Inherited

Parameters

$value

string

The barcode to validate

Returns

boolean

 Properties

 

Allowed barcode characters

$_characters : string

Default

'0123456789'
inherited_from \Zend_Validate_Barcode_AdapterAbstract::_characters
 

Allowed barcode characters

$_characters : string

Default

 

Checksum function

$_checksum : string

Default

'_gtin'
inherited_from \Zend_Validate_Barcode_AdapterAbstract::_checksum
 

Callback to checksum function

$_checksum : string | array

Default

 

Is a checksum value included?

$_hasChecksum : boolean

Default

true
 

Allowed barcode lengths

$_length : integer

Default

18
inherited_from \Zend_Validate_Barcode_AdapterAbstract::_length
 

Allowed barcode lengths

$_length : integer | array | string

Default