ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilOwnRiskConfirmedObjective.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21use ILIAS\Setup;
22
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}
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...