Jyxo\Input\Validator\StringLengthBetween::getMax PHP Метод

getMax() публичный Метод

Returns the maximum string length.
public getMax ( ) : integer
Результат integer
    public function getMax() : int
    {
        return $this->max;
    }