Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Barcode/AdapterInterface.php
Go to the documentation of this file.
00001 <?php
00028 interface Zend_Validate_Barcode_AdapterInterface
00029 {
00036     public function checkLength($value);
00037 
00044     public function checkChars($value);
00045 
00052     public function checksum($value);
00053 
00059     public function getCheck();
00060 
00067     public function setCheck($check);
00068 }
 All Data Structures Namespaces Files Functions Variables Enumerations