Zend_Validate
Zend_Validate
addValidator
(Zend_Validate_Interface $validator, [boolean $breakChainOnFailure = false])
addValidator (line 62)
Adds a validator to the end of the chain
If $breakChainOnFailure is true, then if the validator fails, the next validator in the chain, if one exists, will not be executed.
getMessages (line 101)
Defined by Zend_Validate_Interface
Returns array of validation failure messages
isValid (line 76)
Returns true if and only if $value passes all validations in the chain
Validators are run in the order in which they were added to the chain (FIFO).
Documentation generated on Wed, 21 Feb 2007 12:01:23 -0800 by phpDocumentor 1.3.1