|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Refinery\Integer\Group: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
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().