ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This class attempt to achieve a set of database update steps. More...
Public Member Functions | |
__construct (protected ilDatabaseUpdateSteps $steps) | |
getHash () | |
The hash for the objective is calculated over the classname and the steps that are contained. More... | |
getLabel () | |
Get a label that describes this objective. More... | |
isNotable () | |
getPreconditions (Environment $environment) | |
achieve (Environment $environment) | |
isApplicable (Environment $environment) | |
Data Fields | |
const | STEP_METHOD_PREFIX = "step_" |
Protected Member Functions | |
throwStepNotFinishedException (int $started, int $finished) | |
Protected Attributes | |
string | $steps_class |
This class attempt to achieve a set of database update steps.
Look into the interface ilDatabaseUpdateSteps for further instructions.
Definition at line 27 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
ilDatabaseUpdateStepsExecutedObjective::__construct | ( | protected ilDatabaseUpdateSteps | $steps | ) |
Definition at line 32 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
ilDatabaseUpdateStepsExecutedObjective::achieve | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 78 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References ILIAS\Setup\Environment\getResource(), and throwStepNotFinishedException().
|
final |
The hash for the objective is calculated over the classname and the steps that are contained.
Implements ILIAS\Setup\Objective.
Definition at line 41 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
|
final |
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 49 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
ilDatabaseUpdateStepsExecutedObjective::getPreconditions | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 65 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
ilDatabaseUpdateStepsExecutedObjective::isApplicable | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 116 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References ILIAS\Setup\Environment\getResource().
|
final |
Implements ILIAS\Setup\Objective.
Definition at line 57 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
|
protected |
Definition at line 127 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
Referenced by achieve().
|
protected |
Definition at line 30 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
const ilDatabaseUpdateStepsExecutedObjective::STEP_METHOD_PREFIX = "step_" |
Definition at line 29 of file class.ilDatabaseUpdateStepsExecutedObjective.php.