ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilOwnRiskConfirmedObjective.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
ILIAS\Setup
;
22
23
class
ilOwnRiskConfirmedObjective
extends
Setup\Objective\AdminConfirmedObjective
24
{
25
public
function
__construct
()
26
{
27
parent::__construct
(
28
"Please note that you are running this program at your own risk and with\n"
.
29
"absolutely no warranty. You should perform regular backups and thorough\n"
.
30
"testing to prevent data loss or unpleasant surprises when running this\n"
.
31
"program. Are you fine with this?"
32
);
33
}
34
}
Setup\Objective\AdminConfirmedObjective
ilOwnRiskConfirmedObjective
Definition:
class.ilOwnRiskConfirmedObjective.php:24
ilOwnRiskConfirmedObjective\__construct
__construct()
Definition:
class.ilOwnRiskConfirmedObjective.php:25
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
ILIAS\Setup
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilMysqlMyIsamToInnoDbMigration.php:19
components
ILIAS
setup_
classes
class.ilOwnRiskConfirmedObjective.php
Generated on Sat Oct 18 2025 23:03:41 for ILIAS by
1.9.4 (using
Doxyfile
)