ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilOwnRiskConfirmedObjective.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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
}
ilOwnRiskConfirmedObjective
Definition:
class.ilOwnRiskConfirmedObjective.php:23
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
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
ilOwnRiskConfirmedObjective\__construct
__construct()
Definition:
class.ilOwnRiskConfirmedObjective.php:25
setup
classes
class.ilOwnRiskConfirmedObjective.php
Generated on Wed Sep 10 2025 14:12:03 for ILIAS by
1.8.13 (using
Doxyfile
)