ILIAS
release_7 Revision v7.30-3-g800a261c036
|
A wrapper around an objective that adds some preconditions. More...
Public Member Functions | |
__construct (Setup\Objective $original, Setup\Objective ... $preconditions) | |
getHash () | |
getLabel () | |
isNotable () | |
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 | |
$original | |
$preconditions | |
A wrapper around an objective that adds some preconditions.
ATTENTION: This will use the same hash then the original objective and will therefore be indistinguishable.
Definition at line 15 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::__construct | ( | Setup\Objective | $original, |
Setup\Objective ... | $preconditions | ||
) |
Definition at line 27 of file ObjectiveWithPreconditions.php.
References ILIAS\Setup\Objective\ObjectiveWithPreconditions\$original, and ILIAS\Setup\Objective\ObjectiveWithPreconditions\$preconditions.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 84 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::getHash | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 41 of file ObjectiveWithPreconditions.php.
References ILIAS\Setup\Objective\ObjectiveWithPreconditions\$preconditions.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::getLabel | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 60 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 76 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 92 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\Objective\ObjectiveWithPreconditions::isNotable | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 68 of file ObjectiveWithPreconditions.php.
|
protected |
Definition at line 20 of file ObjectiveWithPreconditions.php.
Referenced by ILIAS\Setup\Objective\ObjectiveWithPreconditions\__construct().
|
protected |
Definition at line 25 of file ObjectiveWithPreconditions.php.
Referenced by ILIAS\Setup\Objective\ObjectiveWithPreconditions\__construct(), and ILIAS\Setup\Objective\ObjectiveWithPreconditions\getHash().