ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Setup\NoConfirmationException Class Reference

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
 

Detailed Description

Signals that a necessary confirmation from the admin is missing.

Definition at line 26 of file NoConfirmationException.php.

Constructor & Destructor Documentation

◆ __construct()

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().

31  {
32  parent::__construct(...$rest);
33  $this->confirmation = $confirmation;
34  }
confirmation()
description: > Example for rendering a confirmation message box.
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ getRequestedConfirmation()

Field Documentation

◆ $confirmation

string ILIAS\Setup\NoConfirmationException::$confirmation
protected

The documentation for this class was generated from the following file: