Jyxo\Input\Validator\LessThan::__construct PHP 메소드

__construct() 공개 메소드

Sets maximum value.
public __construct ( integer $max )
$max integer Maximum value (value must be less)
    public function __construct(int $max)
    {
        $this->setMax($max);
    }