ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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

 $confirmation
 

Detailed Description

Signals that a necessary confirmation from the admin is missing.

Definition at line 10 of file NoConfirmationException.php.

Constructor & Destructor Documentation

◆ __construct()

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

18  {
20  $this->confirmation = $confirmation;
21  }
$rest
Definition: goto.php:46
confirmation()
Definition: confirmation.php:2
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ getRequestedConfirmation()

ILIAS\Setup\NoConfirmationException::getRequestedConfirmation ( )

Definition at line 23 of file NoConfirmationException.php.

References ILIAS\Setup\NoConfirmationException\$confirmation.

Referenced by ILIAS\Setup\CLI\BaseCommand\execute().

+ Here is the caller graph for this function:

Field Documentation

◆ $confirmation

ILIAS\Setup\NoConfirmationException::$confirmation
protected

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