 Zend_Validate_Between
 Zend_Validate_BetweenLocated in /Validate/Between.php (line 33)
Zend_Validate_Abstract | --Zend_Validate_Between
 boolean
			$_inclusive
						(line 87)
		
			boolean
			$_inclusive
						(line 87)
		
	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 nor max options
 mixed
			$_max
						(line 77)
		
			mixed
			$_max
						(line 77)
		
	Maximum value
 array
			$_messageTemplates
			 = array(
		
			array
			$_messageTemplates
			 = array(Validation failure message template definitions
 array
			$_messageVariables
			 = array(
		
			array
			$_messageVariables
			 = array(Additional variables available for validation failure messages
 mixed
			$_min
						(line 70)
		
			mixed
			$_min
						(line 70)
		
	Minimum value
Inherited from Zend_Validate_Abstract
Zend_Validate_Abstract::$_defaultTranslator
Zend_Validate_Abstract::$_errors
Zend_Validate_Abstract::$_messageLength
Zend_Validate_Abstract::$_messages
Zend_Validate_Abstract::$_obscureValue
Zend_Validate_Abstract::$_translator
Zend_Validate_Abstract::$_translatorDisabled
Zend_Validate_Abstract::$_value
 Constructor __construct (line 99)
		Constructor __construct (line 99)
	Sets validator options
Accepts the following option keys: 'min' => scalar, minimum border 'max' => scalar, maximum border 'inclusive' => boolean, inclusive border values
 getInclusive (line 180)
		getInclusive (line 180)
	Returns the inclusive option
 getMax (line 158)
		getMax (line 158)
	Returns the max option
 getMin (line 136)
		getMin (line 136)
	Returns the min option
 isValid (line 206)
		isValid (line 206)
	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 191)
		setInclusive (line 191)
	Sets the inclusive option
Inherited From Zend_Validate_Abstract
Zend_Validate_Abstract::getDefaultTranslator()
Zend_Validate_Abstract::getErrors()
Zend_Validate_Abstract::getMessageLength()
Zend_Validate_Abstract::getMessages()
Zend_Validate_Abstract::getMessageTemplates()
Zend_Validate_Abstract::getMessageVariables()
Zend_Validate_Abstract::getObscureValue()
Zend_Validate_Abstract::getTranslator()
Zend_Validate_Abstract::hasDefaultTranslator()
Zend_Validate_Abstract::hasTranslator()
Zend_Validate_Abstract::setDefaultTranslator()
Zend_Validate_Abstract::setDisableTranslator()
Zend_Validate_Abstract::setMessage()
Zend_Validate_Abstract::setMessageLength()
Zend_Validate_Abstract::setMessages()
Zend_Validate_Abstract::setObscureValue()
Zend_Validate_Abstract::setTranslator()
Zend_Validate_Abstract::translatorIsDisabled()
Zend_Validate_Abstract::_createMessage()
Zend_Validate_Abstract::_error()
Zend_Validate_Abstract::_setValue()
Zend_Validate_Abstract::__get()
Documentation generated on Mon, 21 Jun 2010 15:09:00 -0400 by phpDocumentor 1.4.3