Public Member Functions

Zend_Validate_Db_NoRecordExists Class Reference

Inheritance diagram for Zend_Validate_Db_NoRecordExists:
Zend_Validate_Db_Abstract Zend_Validate_Abstract Zend_Validate_Interface

Public Member Functions

 isValid ($value)

Detailed Description

Definition at line 37 of file NoRecordExists.php.


Member Function Documentation

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.

Parameters:
mixed$value
Returns:
boolean
Exceptions:
Zend_Valid_ExceptionIf validation of $value is impossible

Implements Zend_Validate_Interface.

Definition at line 39 of file NoRecordExists.php.


The documentation for this class was generated from the following file: