.. Validator/GreaterThan.php generated using docpx on 01/30/13 03:27pm Class ***** Zend\\Validator\\GreaterThan ============================ Methods ------- __construct +++++++++++ .. function:: __construct() Sets validator options :param array|Traversable: :throws Exception\InvalidArgumentException: getMin ++++++ .. function:: getMin() Returns the min option :rtype: mixed setMin ++++++ .. function:: setMin() Sets the min option :param mixed: :rtype: GreaterThan Provides a fluent interface getInclusive ++++++++++++ .. function:: getInclusive() Returns the inclusive option :rtype: bool setInclusive ++++++++++++ .. function:: setInclusive() Sets the inclusive option :param bool: :rtype: GreaterThan Provides a fluent interface isValid +++++++ .. function:: isValid() Returns true if and only if $value is greater than min option :param mixed: :rtype: bool Constants --------- NOT_GREATER +++++++++++ NOT_GREATER_INCLUSIVE +++++++++++++++++++++