| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 | |
| 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, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\UI\examples\MessageBox\Confirmation\confirmation().
 Here is the call graph for this function:| ILIAS\Setup\NoConfirmationException::getRequestedConfirmation | ( | ) | 
Definition at line 36 of file NoConfirmationException.php.
References ILIAS\Setup\NoConfirmationException\$confirmation.
Referenced by ILIAS\Setup\CLI\BuildCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\InstallCommand\execute(), ILIAS\Setup\CLI\AchieveCommand\executeAchieveObjective(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 28 of file NoConfirmationException.php.
Referenced by ILIAS\Setup\NoConfirmationException\__construct(), and ILIAS\Setup\NoConfirmationException\getRequestedConfirmation().