Zend Framework  1.12
Public Member Functions | List of all members
Zend_Validate_Interface Interface Reference

Public Member Functions

 isValid ($value)
 Returns true if and only if $value meets the validation requirements.
 
 getMessages ()
 Returns an array of messages that explain why the most recent isValid() call returned false.
 

Member Function Documentation

getMessages ( )

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_Form_Element, Zend_Form_Element_File, Zend_Validate, and Zend_Validate_Abstract.

isValid (   $value)