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

getMin() 공개 메소드

Return the minimal string length.
public getMin ( ) : integer
리턴 integer
    public function getMin() : int
    {
        return $this->min;
    }