PHP Class KGzocha\Searcher\Criteria\IntegerRangeCriteria

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

getMax() public méthode

public getMax ( ) : integer
Résultat integer

getMin() public méthode

public getMin ( ) : integer
Résultat integer

setMax() public méthode

public setMax ( integer $max )
$max integer

setMin() public méthode

public setMin ( integer $min )
$min integer

shouldBeApplied() public méthode

public shouldBeApplied ( )