|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\Refinery\ConstraintViolationException:
Collaboration diagram for ILIAS\Refinery\ConstraintViolationException:Public Member Functions | |
| __construct (string $message, string $languageId,... $languageValues) | |
| Construct a violation on a constraint. More... | |
| getTranslatedMessage (callable $txt) | |
Private Attributes | |
| $languageId | |
| $languageValues | |
Definition at line 14 of file ConstraintViolationException.php.
| ILIAS\Refinery\ConstraintViolationException::__construct | ( | string | $message, |
| string | $languageId, | ||
| $languageValues | |||
| ) |
Construct a violation on a constraint.
| string | $message | - developer-readable message in english. |
| string | $languageId | - id of a human-readable string in the "violation" lng-module |
| mixed | ...$languageValues - values to be substituted in the lng-variable |
Definition at line 33 of file ConstraintViolationException.php.
References ILIAS\Refinery\ConstraintViolationException\$languageId, ILIAS\Refinery\ConstraintViolationException\$languageValues, $message, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\Refinery\ConstraintViolationException::getTranslatedMessage | ( | callable | $txt | ) |
| callable | $txt |
Definition at line 48 of file ConstraintViolationException.php.
References $txt.
|
private |
Definition at line 19 of file ConstraintViolationException.php.
Referenced by ILIAS\Refinery\ConstraintViolationException\__construct().
|
private |
Definition at line 24 of file ConstraintViolationException.php.
Referenced by ILIAS\Refinery\ConstraintViolationException\__construct().