19 declare(strict_types=1);
isLessThanOrEqual(int $maximum)
Creates a constraint that can be used to check if an integer value is less than or equal the defined ...
A constraint encodes some resrtictions on values.
__construct(Factory $dataFactory, ilLanguage $language)
isGreaterThan(int $minimum)
Creates a constraint that can be used to check if an integer value is greater than the defined lower ...
isLessThan(int $maximum)
Creates a constraint that can be used to check if an integer value is less than the defined upper lim...
isGreaterThanOrEqual(int $minimum)
Creates a constraint that can be used to check if an integer value is greater than or equal the defin...