| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Setup\Environment $environment) | |
| achieve (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
  Public Member Functions inherited from ILIAS\Setup\Objective | |
| 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 | $original | 
| array | $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 31 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::__construct | ( | Setup\Objective | $original, | 
| Setup\Objective ... | $preconditions | ||
| ) | 
Definition at line 40 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 97 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::getHash | ( | ) | 
Implements ILIAS\Setup\Objective.
Definition at line 54 of file ObjectiveWithPreconditions.php.
References ILIAS\Setup\Objective\ObjectiveWithPreconditions\$preconditions.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::getLabel | ( | ) | 
Implements ILIAS\Setup\Objective.
Definition at line 73 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::getPreconditions | ( | Setup\Environment | $environment | ) | 
Definition at line 89 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::isApplicable | ( | Setup\Environment | $environment | ) | 
Definition at line 105 of file ObjectiveWithPreconditions.php.
| ILIAS\Setup\Objective\ObjectiveWithPreconditions::isNotable | ( | ) | 
Implements ILIAS\Setup\Objective.
Definition at line 81 of file ObjectiveWithPreconditions.php.
      
  | 
  protected | 
Definition at line 33 of file ObjectiveWithPreconditions.php.
Referenced by ILIAS\Setup\Objective\ObjectiveWithPreconditions\__construct().
      
  | 
  protected | 
Definition at line 38 of file ObjectiveWithPreconditions.php.
Referenced by ILIAS\Setup\Objective\ObjectiveWithPreconditions\__construct(), and ILIAS\Setup\Objective\ObjectiveWithPreconditions\getHash().