Jyxo\Input\Validator\LessThan::getMax PHP Method

getMax() public method

Returns the maximum value.
public getMax ( ) : integer
return integer
    public function getMax() : int
    {
        return $this->max;
    }