Zend_Validate_StringLengthLocated in /Validate/StringLength.php (line 36)
Zend_Validate_Abstract | --Zend_Validate_StringLength
integer|null
$_max
(line 72)
Maximum length
If null, there is no maximum length
array
$_messageTemplates
= array(
array
$_messageVariables
= array(
integer
$_min
(line 63)
Minimum length
Inherited from Zend_Validate_Abstract
Zend_Validate_Abstract::$_errors
Zend_Validate_Abstract::$_messages
Zend_Validate_Abstract::$_value
Constructor __construct (line 81)
Sets validator options
getMax (line 114)
Returns the max option
getMin (line 92)
Returns the min option
isValid (line 145)
Defined by Zend_Validate_Interface
Returns true if and only if the string length of $value is at least the min option and no greater than the max option (when the max option is not null).
setMax (line 125)
Sets the max option
Inherited From Zend_Validate_Abstract
Zend_Validate_Abstract::getErrors()
Zend_Validate_Abstract::getMessages()
Zend_Validate_Abstract::setMessage()
Zend_Validate_Abstract::setMessages()
Zend_Validate_Abstract::_createMessage()
Zend_Validate_Abstract::_error()
Zend_Validate_Abstract::_setValue()
Zend_Validate_Abstract::__get()
Documentation generated on Sun, 27 May 2007 23:27:57 -0700 by phpDocumentor 1.3.2