ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__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 limit. More... | |
isLessThan (int $maximum) | |
Creates a constraint that can be used to check if an integer value is less than the defined upper limit. More... | |
Private Attributes | |
$dataFactory | |
$language | |
ILIAS\Refinery\Integer\Group::__construct | ( | Factory | $dataFactory, |
\ilLanguage | $language | ||
) |
Definition at line 25 of file Group.php.
References ILIAS\Refinery\Integer\Group\$dataFactory, ILIAS\Refinery\Integer\Group\$language, and language().
ILIAS\Refinery\Integer\Group::isGreaterThan | ( | int | $minimum | ) |
Creates a constraint that can be used to check if an integer value is greater than the defined lower limit.
int | $minimum | - lower limit for the new constraint |
Definition at line 38 of file Group.php.
References language().
ILIAS\Refinery\Integer\Group::isLessThan | ( | int | $maximum | ) |
Creates a constraint that can be used to check if an integer value is less than the defined upper limit.
int | $maximum | - upper limit for the new constraint |
Definition at line 50 of file Group.php.
References language().
|
private |
Definition at line 18 of file Group.php.
Referenced by ILIAS\Refinery\Integer\Group\__construct().
|
private |
Definition at line 23 of file Group.php.
Referenced by ILIAS\Refinery\Integer\Group\__construct().