KGzocha\Searcher\Criteria\IntegerRangeCriteria::__construct PHP Method

__construct() public method

public __construct ( integer $min = null, integer $max = null )
$min integer
$max integer
    public function __construct($min = null, $max = null)
    {
        $this->min = $min;
        $this->max = $max;
    }