Jyxo\Input\Validator\StringLengthBetween::getMax PHP Méthode

getMax() public méthode

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