PHP Class KGzocha\Searcher\Criteria\IntegerRangeCriteria

Author: Krzysztof Gzocha ([email protected])
Inheritance: implements KGzocha\Searcher\Criteria\CriteriaInterface
Show file Open project: krzysztof-gzocha/searcher

Public Methods

Method Description
__construct ( integer $min = null, integer $max = null )
getMax ( ) : integer
getMin ( ) : integer
setMax ( integer $max )
setMin ( integer $min )
shouldBeApplied ( )

Method Details

__construct() public method

public __construct ( integer $min = null, integer $max = null )
$min integer
$max integer

getMax() public method

public getMax ( ) : integer
return integer

getMin() public method

public getMin ( ) : integer
return integer

setMax() public method

public setMax ( integer $max )
$max integer

setMin() public method

public setMin ( integer $min )
$min integer

shouldBeApplied() public method

public shouldBeApplied ( )