ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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... | |
isGreaterThanOrEqual (int $minimum) | |
Creates a constraint that can be used to check if an integer value is greater than or equal the defined lower limit. More... | |
isLessThanOrEqual (int $maximum) | |
Creates a constraint that can be used to check if an integer value is less than or equal the defined upper limit. More... | |
Private Attributes | |
Factory | $dataFactory |
ilLanguage | $language |
ILIAS\Refinery\Integer\Group::__construct | ( | Factory | $dataFactory, |
ilLanguage | $language | ||
) |
Definition at line 32 of file Group.php.
References ILIAS\Refinery\Integer\Group\$dataFactory, ILIAS\Refinery\Integer\Group\$language, and ILIAS\UI\examples\Symbol\Glyph\Language\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.
Definition at line 42 of file Group.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
ILIAS\Refinery\Integer\Group::isGreaterThanOrEqual | ( | int | $minimum | ) |
Creates a constraint that can be used to check if an integer value is greater than or equal the defined lower limit.
Definition at line 60 of file Group.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\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.
Definition at line 51 of file Group.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
ILIAS\Refinery\Integer\Group::isLessThanOrEqual | ( | int | $maximum | ) |
Creates a constraint that can be used to check if an integer value is less than or equal the defined upper limit.
Definition at line 69 of file Group.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
|
private |
Definition at line 29 of file Group.php.
Referenced by ILIAS\Refinery\Integer\Group\__construct().
|
private |
Definition at line 30 of file Group.php.
Referenced by ILIAS\Refinery\Integer\Group\__construct().