Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Barcode/Ean5.php
Go to the documentation of this file.
00001 <?php
00025 require_once 'Zend/Validate/Barcode/AdapterAbstract.php';
00026 
00033 class Zend_Validate_Barcode_Ean5 extends Zend_Validate_Barcode_AdapterAbstract
00034 {
00039     protected $_length = 5;
00040 
00045     protected $_characters = '0123456789';
00046 
00054     public function __construct()
00055     {
00056         $this->setCheck(false);
00057     }
00058 }
 All Data Structures Namespaces Files Functions Variables Enumerations