| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Setup\ObjectiveConstructor:Public Member Functions | |
| __construct (string $description, Closure $objectiveCreationClosure) | |
| getDescription () | |
| create () | |
Private Attributes | |
| string | $description | 
| Closure | $objectiveCreationClosure | 
Definition at line 29 of file ObjectiveConstructor.php.
| ILIAS\Setup\ObjectiveConstructor::__construct | ( | string | $description, | 
| Closure | $objectiveCreationClosure | ||
| ) | 
Definition at line 35 of file ObjectiveConstructor.php.
References ILIAS\Setup\ObjectiveConstructor\$description, and ILIAS\Setup\ObjectiveConstructor\$objectiveCreationClosure.
| ILIAS\Setup\ObjectiveConstructor::create | ( | ) | 
Definition at line 46 of file ObjectiveConstructor.php.
| ILIAS\Setup\ObjectiveConstructor::getDescription | ( | ) | 
Definition at line 41 of file ObjectiveConstructor.php.
References ILIAS\Setup\ObjectiveConstructor\$description.
      
  | 
  private | 
Definition at line 31 of file ObjectiveConstructor.php.
Referenced by ILIAS\Setup\ObjectiveConstructor\__construct(), and ILIAS\Setup\ObjectiveConstructor\getDescription().
      
  | 
  private | 
Definition at line 33 of file ObjectiveConstructor.php.
Referenced by ILIAS\Setup\ObjectiveConstructor\__construct().