ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 | |
Setup Objective | $other |
A wrapper around an objective that attempts to achieve the wrapped objective but won't stop the process on failure.
Definition at line 29 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 38 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::getLabel | ( | ) |
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 46 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 62 of file Tentatively.php.
ILIAS\Setup\Objective\Tentatively::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 93 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 54 of file Tentatively.php.
|
protected |
Definition at line 31 of file Tentatively.php.
Referenced by ILIAS\Setup\Objective\Tentatively\__construct().