ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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
10
class
NoConfirmationException
extends
NotExecutableException
11
{
15
protected
$confirmation
;
16
17
public
function
__construct
(
string
$confirmation
, ...
$rest
)
18
{
19
parent::__construct
(...
$rest
);
20
$this->
confirmation
=
$confirmation
;
21
}
22
23
public
function
getRequestedConfirmation
()
24
{
25
return
$this->confirmation
;
26
}
27
}
$rest
$rest
Definition:
goto.php:48
ILIAS\Setup\NotExecutableException
Signals that the setup is not executable at all.
Definition:
NotExecutableException.php:24
ILIAS\Setup\NoConfirmationException\__construct
__construct(string $confirmation,... $rest)
Definition:
NoConfirmationException.php:17
confirmation
confirmation()
Definition:
confirmation.php:2
ILIAS\Setup
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AdminInteraction.php:5
ILIAS\Setup\NoConfirmationException\$confirmation
$confirmation
Definition:
NoConfirmationException.php:15
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
ILIAS\Setup\NoConfirmationException\getRequestedConfirmation
getRequestedConfirmation()
Definition:
NoConfirmationException.php:23
ILIAS\Setup\NoConfirmationException
Signals that a necessary confirmation from the admin is missing.
Definition:
NoConfirmationException.php:10
src
Setup
NoConfirmationException.php
Generated on Sun Aug 31 2025 21:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)