ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (int $max, Data\Factory $data_factory, ilLanguage $lng) | |
![]() | |
check ($value) | |
Checks the provided value. More... | |
accepts ($value) | |
Tells if the provided value complies. More... | |
problemWith ($value) | |
Tells what the problem with the provided value is. More... | |
applyTo (Result $result) | |
Restricts a Result. More... | |
withProblemBuilder (callable $builder) | |
Get a constraint like this one with a builder for a custom error message. More... | |
![]() | |
transform ($from) | |
Perform the transformation. More... | |
__invoke ($from) | |
Transformations should be callable. More... | |
Definition at line 27 of file LessThanOrEqual.php.
ILIAS\Refinery\Integer\LessThanOrEqual::__construct | ( | int | $max, |
Data\Factory | $data_factory, | ||
ilLanguage | $lng | ||
) |
Definition at line 29 of file LessThanOrEqual.php.
References $lng, $txt, and ILIAS\GlobalScreen\Provider\__construct().