|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct () | |
Protected Member Functions | |
| _code39 ($value) | |
Protected Attributes | |
| $_length = -1 | |
| $_characters = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ -.$/+%' | |
| $_checksum = '_code39' | |
| $_check | |
Definition at line 33 of file Code39.php.
| __construct | ( | ) |
Constructor
Sets check flag to false.
Definition at line 73 of file Code39.php.

| _code39 | ( | $ | value | ) | [protected] |
Validates the checksum (Modulo 43)
| string | $value | The barcode to validate |
Definition at line 84 of file Code39.php.
$_characters = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ -.$/+%' [protected] |
Reimplemented from Zend_Validate_Barcode_AdapterAbstract.
Definition at line 45 of file Code39.php.
$_check [protected] |
array( '0' => 0, '1' => 1, '2' => 2, '3' => 3, '4' => 4, '5' => 5, '6' => 6, '7' => 7, '8' => 8, '9' => 9, 'A' => 10, 'B' => 11, 'C' => 12, 'D' => 13, 'E' => 14, 'F' => 15, 'G' => 16, 'H' => 17, 'I' => 18, 'J' => 19, 'K' => 20, 'L' => 21, 'M' => 22, 'N' => 23, 'O' => 24, 'P' => 25, 'Q' => 26, 'R' => 27, 'S' => 28, 'T' => 29, 'U' => 30, 'V' => 31, 'W' => 32, 'X' => 33, 'Y' => 34, 'Z' => 35, '-' => 36, '.' => 37, ' ' => 38, '$' => 39, '/' => 40, '+' => 41, '%' => 42, )
Definition at line 56 of file Code39.php.
$_checksum = '_code39' [protected] |
Reimplemented from Zend_Validate_Barcode_AdapterAbstract.
Definition at line 51 of file Code39.php.
$_length = -1 [protected] |
Reimplemented from Zend_Validate_Barcode_AdapterAbstract.
Definition at line 39 of file Code39.php.