ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
NoConfirmationException.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2019 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
5 namespace ILIAS\Setup;
6 
11 {
15  protected $confirmation;
16 
17  public function __construct(string $confirmation, ...$rest)
18  {
20  $this->confirmation = $confirmation;
21  }
22 
23  public function getRequestedConfirmation()
24  {
25  return $this->confirmation;
26  }
27 }
$rest
Definition: goto.php:46
__construct(string $confirmation,... $rest)
confirmation()
Definition: confirmation.php:2
__construct(Container $dic, ilPlugin $plugin)
Signals that a necessary confirmation from the admin is missing.