Jyxo\Input\Validator\StringLengthBetween::getMax PHP 메소드

getMax() 공개 메소드

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