ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Signals that a necessary confirmation from the admin is missing. More...
Public Member Functions | |
__construct (string $confirmation,... $rest) | |
getRequestedConfirmation () | |
Protected Attributes | |
string | $confirmation |
Signals that a necessary confirmation from the admin is missing.
Definition at line 26 of file NoConfirmationException.php.
ILIAS\Setup\NoConfirmationException::__construct | ( | string | $confirmation, |
$rest | |||
) |
Definition at line 30 of file NoConfirmationException.php.
References ILIAS\Setup\NoConfirmationException\$confirmation, $rest, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\UI\examples\MessageBox\Confirmation\confirmation().
ILIAS\Setup\NoConfirmationException::getRequestedConfirmation | ( | ) |
Definition at line 36 of file NoConfirmationException.php.
References ILIAS\Setup\NoConfirmationException\$confirmation.
Referenced by ILIAS\Setup\CLI\BuildArtifactsCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\InstallCommand\execute(), ILIAS\Setup\CLI\AchieveCommand\executeAchieveObjective(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().
|
protected |
Definition at line 28 of file NoConfirmationException.php.
Referenced by ILIAS\Setup\NoConfirmationException\__construct(), and ILIAS\Setup\NoConfirmationException\getRequestedConfirmation().