Jyxo\Input\Validator\StringLengthLessThan::__construct PHP Method

__construct() public method

Constructor.
public __construct ( integer $max )
$max integer Maximal string length (value length must be lower)
    public function __construct(int $max)
    {
        $this->setMax($max);
    }