Public Member Functions | |
isValid ($value) |
Definition at line 37 of file NoRecordExists.php.
isValid | ( | $ | value ) |
Returns true if and only if $value meets the validation requirements
If $value fails validation, then this method returns false, and getMessages() will return an array of messages that explain why the validation failed.
mixed | $value |
Zend_Valid_Exception | If validation of $value is impossible |
Implements Zend_Validate_Interface.
Definition at line 39 of file NoRecordExists.php.