|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Signals that a necessary confirmation from the admin is missing. More...
Inheritance diagram for ILIAS\Setup\NoConfirmationException:
Collaboration diagram for ILIAS\Setup\NoConfirmationException:Public Member Functions | |
| __construct (string $confirmation,... $rest) | |
| getRequestedConfirmation () | |
Protected Attributes | |
| $confirmation | |
Signals that a necessary confirmation from the admin is missing.
Definition at line 10 of file NoConfirmationException.php.
| ILIAS\Setup\NoConfirmationException::__construct | ( | string | $confirmation, |
| $rest | |||
| ) |
Definition at line 17 of file NoConfirmationException.php.
References ILIAS\Setup\NoConfirmationException\$confirmation, $rest, ILIAS\GlobalScreen\Provider\__construct(), and confirmation().
Here is the call graph for this function:| ILIAS\Setup\NoConfirmationException::getRequestedConfirmation | ( | ) |
Definition at line 23 of file NoConfirmationException.php.
References ILIAS\Setup\NoConfirmationException\$confirmation.
|
protected |
Definition at line 15 of file NoConfirmationException.php.
Referenced by ILIAS\Setup\NoConfirmationException\__construct(), and ILIAS\Setup\NoConfirmationException\getRequestedConfirmation().