|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
A wrapper around an objective that adds some preconditions. More...
Inheritance diagram for ILIAS\Setup\Objective\ObjectiveWithPreconditions:
Collaboration diagram for ILIAS\Setup\Objective\ObjectiveWithPreconditions:Public Member Functions | |
| __construct (Setup\Objective $original, Setup\Objective ... $preconditions) | |
| getHash () | |
| @inheritdocs More... | |
| getLabel () | |
| @inheritdocs More... | |
| isNotable () | |
| @inheritdocs More... | |
| getPreconditions (Setup\Environment $environment) | |
| @inheritdocs More... | |
| achieve (Setup\Environment $environment) | |
| @inheritdocs More... | |
| isApplicable (Setup\Environment $environment) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Setup\Objective | |
| 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) | |
| 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 | ) |
@inheritdocs
Definition at line 84 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::getHash | ( | ) |
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 41 of file ObjectiveWithPreconditions.php.
References ILIAS\Setup\Objective\ObjectiveWithPreconditions\$preconditions.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::getLabel | ( | ) |
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 60 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::getPreconditions | ( | Setup\Environment | $environment | ) |
@inheritdocs
Definition at line 76 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::isApplicable | ( | Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 92 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::isNotable | ( | ) |
@inheritdocs
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().