ILIAS
release_7 Revision v7.30-3-g800a261c036
|
A wrapper around an objective that attempts to achieve the wrapped objective but won't stop the process on failure. More...
Public Member Functions | |
__construct (Setup\Objective $other) | |
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) | |
![]() | |
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 | |
$other | |
A wrapper around an objective that attempts to achieve the wrapped objective but won't stop the process on failure.
Definition at line 13 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::__construct | ( | Setup\Objective | $other | ) |
ILIAS\Setup\Objective\Tentatively::achieve | ( | Setup\Environment | $environment | ) |
ILIAS\Setup\Objective\Tentatively::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 25 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::getLabel | ( | ) |
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 33 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 49 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 80 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::isNotable | ( | ) |
Get to know if this is an interesting objective for a human.
Implements ILIAS\Setup\Objective.
Definition at line 41 of file Tentatively.php.
|
protected |
Definition at line 18 of file Tentatively.php.
Referenced by ILIAS\Setup\Objective\Tentatively\__construct().