◆ __construct()
ilDatabaseResetStepsObjective::__construct |
( |
| ) |
|
Definition at line 26 of file class.ilDatabaseResetStepsObjective.php.
References ILIAS\GlobalScreen\Provider\__construct().
29 "This will reset failing steps in the setup progress. However -\n" .
30 "those steps failed for a reason!\n" .
31 "A step may fail due to a programming error, or, more likely, to some\n" .
32 "circumstances in your environment, e.g. inconsistent data in the DB,\n" .
33 "missing or unexpected files, etc.. Please double-check for the cause\n" .
34 "and only continue if you are certain about and fine with the consequences.\n" .
__construct(Container $dic, ilPlugin $plugin)
◆ achieve()
ilDatabaseResetStepsObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 67 of file class.ilDatabaseResetStepsObjective.php.
69 $environment = parent::achieve($environment);
70 $db = $environment->getResource(Setup\Environment::RESOURCE_DATABASE);
71 $db->manipulate(
'DELETE FROM il_db_steps WHERE finished IS NULL');
◆ getHash()
ilDatabaseResetStepsObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilDatabaseResetStepsObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilDatabaseResetStepsObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isApplicable()
ilDatabaseResetStepsObjective::isApplicable |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilDatabaseResetStepsObjective::isNotable |
( |
| ) |
|
The documentation for this class was generated from the following file: