ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Signals that a necessary confirmation from the admin is missing. More...
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().
ILIAS\Setup\NoConfirmationException::getRequestedConfirmation | ( | ) |
Definition at line 23 of file NoConfirmationException.php.
References ILIAS\Setup\NoConfirmationException\$confirmation.
Referenced by ILIAS\Setup\CLI\BuildArtifactsCommand\execute(), ILIAS\Setup\CLI\InstallCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\AchieveCommand\execute(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().
|
protected |
Definition at line 15 of file NoConfirmationException.php.
Referenced by ILIAS\Setup\NoConfirmationException\__construct(), and ILIAS\Setup\NoConfirmationException\getRequestedConfirmation().