Jyxo\Input\Validator\StringLengthBetween::getMin PHP Method

getMin() public method

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