|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Refinery\Integer\Group:Public Member Functions | |
| __construct (private readonly Factory $dataFactory, private readonly Language $language, private readonly In $in) | |
| 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... | |
| isBetween (int $lower_bound, int $upper_bound) | |
| Creates a constraint that can be used to check if an integer value is between the given lower and upper bounds. More... | |
| ILIAS\Refinery\Integer\Group::isBetween | ( | int | $lower_bound, |
| int | $upper_bound | ||
| ) |
Creates a constraint that can be used to check if an integer value is between the given lower and upper bounds.
The ranges are inclusive [$lower_bound, $upper_bound].
Definition at line 77 of file Group.php.
References ILIAS\Refinery\Integer\Group\isGreaterThanOrEqual(), and ILIAS\Refinery\Integer\Group\isLessThanOrEqual().
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 41 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 59 of file Group.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by ILIAS\Refinery\Integer\Group\isBetween().
Here is the call graph for this function:
Here is the caller 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 50 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 68 of file Group.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by ILIAS\Refinery\Integer\Group\isBetween().
Here is the call graph for this function:
Here is the caller graph for this function: