|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00025 require_once 'Zend/Validate/Barcode/AdapterAbstract.php'; 00026 00033 class Zend_Validate_Barcode_Ean18 extends Zend_Validate_Barcode_AdapterAbstract 00034 { 00039 protected $_length = 18; 00040 00045 protected $_characters = '0123456789'; 00046 00051 protected $_checksum = '_gtin'; 00052 }