Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Interface.php
Go to the documentation of this file.
00001 <?php
00028 interface Zend_Validate_Interface
00029 {
00041     public function isValid($value);
00042 
00053     public function getMessages();
00054 }
 All Data Structures Namespaces Files Functions Variables Enumerations