Definition at line 13 of file PositiveInteger.php.
◆ __construct()
ILIAS\Data\PositiveInteger::__construct |
( |
int |
$value | ) |
|
- Parameters
-
- Exceptions
-
ConstraintViolationException | |
Definition at line 24 of file PositiveInteger.php.
25 {
26 $matches = null;
27
29 throw new ConstraintViolationException(
30 sprintf(
'The value "%s" is not a positive integer',
$value),
31 'exception_not_positive_integer',
33 );
34 }
35
37 }
References ILIAS\Data\PositiveInteger\$value.
◆ getValue()
ILIAS\Data\PositiveInteger::getValue |
( |
| ) |
|
◆ $value
ILIAS\Data\PositiveInteger::$value |
|
private |
The documentation for this class was generated from the following file: