|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilDataCollectionObjective:
Collaboration diagram for ilDataCollectionObjective:Public Member Functions | |
| __construct (ilDatabaseUpdateSteps $steps) | |
| getPreconditions (Environment $environment) | |
| @inheritdocs More... | |
| achieve (Environment $environment) | |
| @inheritdocs More... | |
Public Member Functions inherited from ilDatabaseUpdateStepsExecutedObjective | |
| __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 () | |
| @inheritdocs More... | |
| getPreconditions (Environment $environment) | |
| @inheritdocs More... | |
| achieve (Environment $environment) | |
| @inheritdocs More... | |
| isApplicable (Environment $environment) | |
| @inheritDoc More... | |
| getHash () | |
| Get a hash for this objective. More... | |
| getLabel () | |
| Get a label that describes this objective. More... | |
| isNotable () | |
| Get to know if this is an interesting objective for a human. More... | |
| getPreconditions (Environment $environment) | |
| Objectives might depend on other objectives. More... | |
| achieve (Environment $environment) | |
| Objectives can be achieved. More... | |
| isApplicable (Environment $environment) | |
| Get to know whether the objective is applicable. More... | |
Protected Attributes | |
| ilDatabaseUpdateSteps | $steps |
Protected Attributes inherited from ilDatabaseUpdateStepsExecutedObjective | |
| ilDatabaseUpdateSteps | $steps |
| string | $steps_class |
Additional Inherited Members | |
Data Fields inherited from ilDatabaseUpdateStepsExecutedObjective | |
| const | STEP_METHOD_PREFIX = "step_" |
Protected Member Functions inherited from ilDatabaseUpdateStepsExecutedObjective | |
| throwStepNotFinishedException (int $started, int $finished) | |
Definition at line 24 of file class.ilDataCollectionObjective.php.
| ilDataCollectionObjective::__construct | ( | ilDatabaseUpdateSteps | $steps | ) |
Reimplemented from ilDatabaseUpdateStepsExecutedObjective.
Definition at line 29 of file class.ilDataCollectionObjective.php.
References $steps, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilDataCollectionObjective::achieve | ( | Environment | $environment | ) |
@inheritdocs
Reimplemented from ilDatabaseUpdateStepsExecutedObjective.
Definition at line 49 of file class.ilDataCollectionObjective.php.
References $DIC, and ILIAS\Setup\Environment\getResource().
Here is the call graph for this function:| ilDataCollectionObjective::getPreconditions | ( | Environment | $environment | ) |
@inheritdocs
Reimplemented from ilDatabaseUpdateStepsExecutedObjective.
Definition at line 38 of file class.ilDataCollectionObjective.php.
|
protected |
Definition at line 27 of file class.ilDataCollectionObjective.php.
Referenced by __construct().