|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This class attempt to achieve a set of database update steps. More...
Inheritance diagram for ilDatabaseUpdateStepsExecutedObjective:
Collaboration diagram for ilDatabaseUpdateStepsExecutedObjective:Public Member Functions | |
| __construct (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 | |
| ilDatabaseUpdateSteps | $steps |
| 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 26 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| ilDatabaseUpdateStepsExecutedObjective::__construct | ( | ilDatabaseUpdateSteps | $steps | ) |
Definition at line 33 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References $steps.
| ilDatabaseUpdateStepsExecutedObjective::achieve | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 79 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References ILIAS\Setup\Environment\getResource(), and throwStepNotFinishedException().
Here is the call graph for this function:
|
final |
The hash for the objective is calculated over the classname and the steps that are contained.
Implements ILIAS\Setup\Objective.
Definition at line 43 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
|
final |
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 51 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| ilDatabaseUpdateStepsExecutedObjective::getPreconditions | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 67 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| ilDatabaseUpdateStepsExecutedObjective::isApplicable | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 117 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References ILIAS\Setup\Environment\getResource().
Here is the call graph for this function:
|
final |
Implements ILIAS\Setup\Objective.
Definition at line 59 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
|
protected |
Definition at line 128 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
Referenced by achieve().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| const ilDatabaseUpdateStepsExecutedObjective::STEP_METHOD_PREFIX = "step_" |
Definition at line 28 of file class.ilDatabaseUpdateStepsExecutedObjective.php.