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

getMax() public method

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