ILIAS  release_7 Revision v7.30-3-g800a261c036
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:48
Signals that the setup is not executable at all.
__construct(string $confirmation,... $rest)
confirmation()
Definition: confirmation.php:2
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
Signals that a necessary confirmation from the admin is missing.