ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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  {
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)