Validate/Barcode/AdapterAbstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Validate  
Version
$Id$  

\Zend_Validate_Barcode_AdapterAbstract

Package: Zend_Validate
Implements
Children
\Zend_Validate_Barcode_Gtin14
\Zend_Validate_Barcode_Upce
\Zend_Validate_Barcode_Code25
\Zend_Validate_Barcode_Code39ext
\Zend_Validate_Barcode_Code39
\Zend_Validate_Barcode_Planet
\Zend_Validate_Barcode_Ean2
\Zend_Validate_Barcode_Postnet
\Zend_Validate_Barcode_Issn
\Zend_Validate_Barcode_Itf14
\Zend_Validate_Barcode_Upca
\Zend_Validate_Barcode_Sscc
\Zend_Validate_Barcode_Royalmail
\Zend_Validate_Barcode_Code25interleaved
\Zend_Validate_Barcode_Ean5
\Zend_Validate_Barcode_Ean13
\Zend_Validate_Barcode_Ean18
\Zend_Validate_Barcode_IntelligentMail
\Zend_Validate_Barcode_Ean14
\Zend_Validate_Barcode_Gtin13
\Zend_Validate_Barcode_Identcode
\Zend_Validate_Barcode_Gtin12
\Zend_Validate_Barcode_Code93
\Zend_Validate_Barcode_Ean12
\Zend_Validate_Barcode_Leitcode
\Zend_Validate_Barcode_Code93ext
\Zend_Validate_Barcode_Ean8
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_characters
Allowed barcode characters
Details
Type
string
>VPropertyprotectedstring|array $_checksum
Callback to checksum function
Details
Type
string | array
>VPropertyprotectedboolean $_hasChecksum = true
Is a checksum value included?
Default valuetrueDetails
Type
boolean
>VPropertyprotectedinteger|array|string $_length
Allowed barcode lengths
Details
Type
integer | array | string

Methods

methodprotected_code25(string $value) : boolean

Validates the checksum (Modulo 10) CODE25 implementation factor 3

Parameters
NameTypeDescription
$valuestring

The barcode to validate

Returns
TypeDescription
boolean
methodprotected_gtin(string $value) : boolean

Validates the checksum (Modulo 10) GTIN implementation factor 3

Parameters
NameTypeDescription
$valuestring

The barcode to validate

Returns
TypeDescription
boolean
methodprotected_identcode(string $value) : boolean

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

Parameters
NameTypeDescription
$valuestring

The barcode to validate

Returns
TypeDescription
boolean
methodprotected_postnet(string $value) : boolean

Validates the checksum () POSTNET implementation

Parameters
NameTypeDescription
$valuestring

The barcode to validate

Returns
TypeDescription
boolean
methodpubliccheckChars(string $value) : boolean

Checks for allowed characters within the barcode

Parameters
NameTypeDescription
$valuestring

The barcode to check for allowed characters

Returns
TypeDescription
boolean
methodpubliccheckLength(string $value) : boolean

Checks the length of a barcode

Parameters
NameTypeDescription
$valuestring

The barcode to check for proper length

Returns
TypeDescription
boolean
methodpublicchecksum(string $value) : boolean

Validates the checksum

Parameters
NameTypeDescription
$valuestring

The barcode to check the checksum for

Returns
TypeDescription
boolean
methodpublicgetCharacters() : integer | string

Returns the allowed characters

Returns
TypeDescription
integer | string
methodpublicgetCheck() : boolean

Returns if barcode uses checksum

Returns
TypeDescription
boolean
methodpublicgetChecksum() : void

Returns the checksum function name

methodpublicgetLength() : string

Returns the allowed barcode length

Returns
TypeDescription
string
methodpublicsetCheck(boolean $check) : \Zend_Validate_Barcode_AdapterAbstract

Sets the checksum validation

Parameters
NameTypeDescription
$checkboolean
Returns
TypeDescription
\Zend_Validate_Barcode_AdapterAbstract
Documentation was generated by phpDocumentor 2.2.0 .