|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilDatabaseUpdateStepsMetricsCollectedObjective:
Collaboration diagram for ilDatabaseUpdateStepsMetricsCollectedObjective:Public Member Functions | |
| __construct (Storage $storage, ilDatabaseUpdateSteps $steps) | |
| getHash () | |
| Get a hash for this objective. More... | |
| getLabel () | |
| Get a label that describes this objective. More... | |
Public Member Functions inherited from ILIAS\Setup\Metrics\CollectedObjective | |
| __construct (Storage $storage) | |
| 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 (Setup\Environment $environment) | |
| achieve (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
Public Member Functions inherited from ILIAS\Setup\Objective | |
| 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... | |
Data Fields | |
| const | STEP_METHOD_PREFIX = "step_" |
Protected Member Functions | |
| collectFrom (Environment $environment, Storage $storage) | |
| getTentativePreconditions (Environment $environment) | |
Protected Member Functions inherited from ILIAS\Setup\Metrics\CollectedObjective | |
| collectFrom (Setup\Environment $environment, Storage $storage) | |
| Attempt to gather metrics based on the provided environment. More... | |
| getTentativePreconditions (Setup\Environment $environment) | |
| Give preconditions that might or might not be fullfilled. More... | |
Protected Attributes | |
| string | $step_class |
Protected Attributes inherited from ILIAS\Setup\Metrics\CollectedObjective | |
| Storage | $storage |
Definition at line 26 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
| ilDatabaseUpdateStepsMetricsCollectedObjective::__construct | ( | Storage | $storage, |
| ilDatabaseUpdateSteps | $steps | ||
| ) |
Definition at line 32 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
References ILIAS\Setup\Metrics\CollectedObjective\$storage, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
References ILIAS\Setup\Metrics\CollectedObjective\$storage, $version, ILIAS\Setup\Environment\getResource(), and ILIAS\Setup\Metrics\Storage\store().
Here is the call graph for this function:| ilDatabaseUpdateStepsMetricsCollectedObjective::getHash | ( | ) |
Get a hash for this objective.
The hash of two objectives must be the same, if they are the same objective, with the same config on the same environment, i.e. if the one is achieved the other is achieved as well because they are the same.
Reimplemented from ILIAS\Setup\Metrics\CollectedObjective.
Definition at line 87 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
| ilDatabaseUpdateStepsMetricsCollectedObjective::getLabel | ( | ) |
Get a label that describes this objective.
Reimplemented from ILIAS\Setup\Metrics\CollectedObjective.
Definition at line 93 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
References $step_class.
|
protected |
Definition at line 77 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
|
protected |
Definition at line 30 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
Referenced by getLabel().
| const ilDatabaseUpdateStepsMetricsCollectedObjective::STEP_METHOD_PREFIX = "step_" |
Definition at line 28 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.