ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
A wrapper around an objective that adds some preconditions. More...
Public Member Functions | |
__construct (Objective $original, Objective ... $preconditions) | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Environment $environment) | |
achieve (Environment $environment) | |
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\ObjectiveWithPreconditions::__construct | ( | Objective | $original, |
Objective ... | $preconditions | ||
) |
Definition at line 27 of file ObjectiveWithPreconditions.php.
References ILIAS\Setup\ObjectiveWithPreconditions\$original, and ILIAS\Setup\ObjectiveWithPreconditions\$preconditions.
ILIAS\Setup\ObjectiveWithPreconditions::achieve | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 73 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\ObjectiveWithPreconditions::getHash | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 41 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\ObjectiveWithPreconditions::getLabel | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 49 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\ObjectiveWithPreconditions::getPreconditions | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 65 of file ObjectiveWithPreconditions.php.
ILIAS\Setup\ObjectiveWithPreconditions::isNotable | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 57 of file ObjectiveWithPreconditions.php.
|
protected |
Definition at line 20 of file ObjectiveWithPreconditions.php.
Referenced by ILIAS\Setup\ObjectiveWithPreconditions\__construct().
|
protected |
Definition at line 25 of file ObjectiveWithPreconditions.php.
Referenced by ILIAS\Setup\ObjectiveWithPreconditions\__construct().