ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
A non-objective, nothing to do to achieve it... More...
Public Member Functions | |
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) | |
Data Fields | |
const | LABEL = "Nothing to do." |
A non-objective, nothing to do to achieve it...
Definition at line 12 of file NullObjective.php.
ILIAS\Setup\NullObjective::achieve | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 42 of file NullObjective.php.
ILIAS\Setup\NullObjective::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.
Implements ILIAS\Setup\Objective.
Definition at line 16 of file NullObjective.php.
ILIAS\Setup\NullObjective::getLabel | ( | ) |
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 21 of file NullObjective.php.
ILIAS\Setup\NullObjective::getPreconditions | ( | Environment | $environment | ) |
Objectives might depend on other objectives.
UnachievableException | if the objective is not achievable |
Implements ILIAS\Setup\Objective.
Definition at line 34 of file NullObjective.php.
Referenced by ilDatabaseUpdateStepsTest\testGetStep2WithAdditionalPrecondition().
ILIAS\Setup\NullObjective::isNotable | ( | ) |
Get to know if this is an interesting objective for a human.
Implements ILIAS\Setup\Objective.
Definition at line 26 of file NullObjective.php.
const ILIAS\Setup\NullObjective::LABEL = "Nothing to do." |
Definition at line 14 of file NullObjective.php.