1998. Class

1998.1. Zend\Validator\GreaterThan

1998.1.1. Methods

1998.1.1.1. __construct

__construct()

Sets validator options

Parameters:array|Traversable
Throws ExceptionInvalidArgumentException:
 

1998.1.1.2. getMin

getMin()

Returns the min option

Return type:mixed

1998.1.1.3. setMin

setMin()

Sets the min option

Parameters:mixed
Return type:GreaterThan Provides a fluent interface

1998.1.1.4. getInclusive

getInclusive()

Returns the inclusive option

Return type:bool

1998.1.1.5. setInclusive

setInclusive()

Sets the inclusive option

Parameters:bool
Return type:GreaterThan Provides a fluent interface

1998.1.1.6. isValid

isValid()

Returns true if and only if $value is greater than min option

Parameters:mixed
Return type:bool

1998.1.2. Constants

1998.1.2.1. NOT_GREATER

1998.1.2.2. NOT_GREATER_INCLUSIVE