Zend_Validate_BetweenLocated in /Validate/Between.php (line 36)
Zend_Validate_Abstract | --Zend_Validate_Between
boolean
$_inclusive
(line 80)
Whether to do inclusive comparisons, allowing equivalence to min and/or max
If false, then strict comparisons are done, and the value may equal neither the min or max options
mixed
$_max
(line 70)
Maximum value
array
$_messageTemplates
= array(
array
$_messageVariables
= array(
mixed
$_min
(line 63)
Minimum value
Inherited from Zend_Validate_Abstract
Zend_Validate_Abstract::$_errors
Zend_Validate_Abstract::$_messages
Zend_Validate_Abstract::$_value
Constructor __construct (line 90)
Sets validator options
getInclusive (line 146)
Returns the inclusive option
getMax (line 124)
Returns the max option
getMin (line 102)
Returns the min option
isValid (line 172)
Defined by Zend_Validate_Interface
Returns true if and only if $value is between min and max options, inclusively if inclusive option is true.
setInclusive (line 157)
Sets the inclusive 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:21:00 -0700 by phpDocumentor 1.3.2