19 declare(strict_types=1);
    44         throw new \LogicException(
    45             self::class . 
" has no config."    51         return new \ilTreeAdminNodeAddedObjective(
'tala', 
'__TalkTemplateAdministration');
    56         return new Objective\NullObjective();
    90         $objectives[] = new \ilOrgUnitOperationContextRegisteredObjective(
    95         $objectives[] = new \ilOrgUnitOperationRegisteredObjective(
   101         $objectives[] = new \ilOrgUnitOperationRegisteredObjective(
   103             'Create Employee Talk',
   107         $objectives[] = new \ilOrgUnitOperationRegisteredObjective(
   109             'Edit Employee Talk (not only own)',
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
A objective collection is a objective that is achieved once all subobjectives are achieved...
 
const OP_READ_EMPLOYEE_TALK
 
An objective is a desired state of the system that is supposed to be created by the setup...
 
A agent is some component that performs part of the setup process. 
 
getBuildArtifactObjective()
Get the goal the agent wants to achieve to build artifacts. 
 
getInstallObjective(Config $config=null)
Get the goals the agent wants to achieve on setup. 
 
getMigrations()
Get a named map of migrations available for this Agent. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getStatusObjective(Metrics\Storage $storage)
 
getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
hasConfig()
Does this agent require a configuration? 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getNamedObjectives(?Config $config=null)
Gets all named objectives The keys of the returned array are the commands. 
 
getUpdateObjective(Setup\Config $config=null)
 
const OP_EDIT_EMPLOYEE_TALK
 
A configuration for the setup. 
 
const OP_CREATE_EMPLOYEE_TALK