Moodle  2.2.1
http://www.collinsharper.com
Zend_Validate_Interface Interface Reference
Inheritance diagram for Zend_Validate_Interface:

Public Member Functions

 isValid ($value)
 getMessages ()

Detailed Description

Definition at line 28 of file Interface.php.


Member Function Documentation

Returns an array of messages that explain why the most recent isValid() call returned false. The array keys are validation failure message identifiers, and the array values are the corresponding human-readable message strings.

If isValid() was never called or if the most recent isValid() call returned true, then this method returns an empty array.

Returns:
array

Implemented in Zend_Validate_Abstract.


The documentation for this interface was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations