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

getMin() public méthode

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