Zend_Validate_Between
boolean
$_inclusive
(line 60)
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 50)
Maximum value
array
$_messages
= array() (line 67)
Array of validation failure messages
mixed
$_min
(line 43)
Minimum value
Constructor __construct (line 77)
Sets validator options
getInclusive (line 133)
Returns the inclusive option
getMax (line 111)
Returns the max option
getMessages (line 183)
Defined by Zend_Validate_Interface
Returns array of validation failure messages
getMin (line 89)
Returns the min option
isValid (line 159)
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 144)
Sets the inclusive option
Documentation generated on Wed, 21 Feb 2007 11:45:56 -0800 by phpDocumentor 1.3.1