ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getUpdateObjective (ILIAS\Setup\Config $config=null) | |
getStatusObjective (Metrics\Storage $storage) | |
getArrayToConfigTransformation () | |
Agents must be able to tell how to create a configuration from a nested array. More... | |
getInstallObjective (Config $config=null) | |
Get the goals the agent wants to achieve on setup. More... | |
getBuildArtifactObjective () | |
Get the goal the agent wants to achieve to build artifacts. More... | |
![]() | |
__construct (Refinery $refinery) | |
hasConfig () | |
getArrayToConfigTransformation () | |
getInstallObjective (Config $config=null) | |
getUpdateObjective (Config $config=null) | |
getBuildArtifactObjective () | |
getStatusObjective (Metrics\Storage $storage) | |
getMigrations () | |
getNamedObjectives (?Config $config=null) | |
Gets all named objectives The keys of the returned array are the commands. More... | |
![]() | |
getStatusObjective (Metrics\Storage $storage) | |
Get the objective to be achieved when status is requested. More... | |
Additional Inherited Members | |
![]() | |
Refinery | $refinery |
Definition at line 28 of file ilCourseObjectiveSetupAgent.php.
ilCourseObjectiveSetupAgent::getArrayToConfigTransformation | ( | ) |
Agents must be able to tell how to create a configuration from a nested array.
LogicException | if Agent has no Config |
Implements ILIAS\Setup\Agent.
Definition at line 42 of file ilCourseObjectiveSetupAgent.php.
ilCourseObjectiveSetupAgent::getBuildArtifactObjective | ( | ) |
Get the goal the agent wants to achieve to build artifacts.
InvalidArgumentException | if Config does not match the Agent. |
Implements ILIAS\Setup\Agent.
Definition at line 52 of file ilCourseObjectiveSetupAgent.php.
ilCourseObjectiveSetupAgent::getInstallObjective | ( | Config | $config = null | ) |
Get the goals the agent wants to achieve on setup.
The provided configuration is to be used to set according configuration values in the installation.
InvalidArgumentException | if Config does not match the Agent.. |
Implements ILIAS\Setup\Agent.
Definition at line 47 of file ilCourseObjectiveSetupAgent.php.
ilCourseObjectiveSetupAgent::getStatusObjective | ( | Metrics\Storage | $storage | ) |
Definition at line 37 of file ilCourseObjectiveSetupAgent.php.
ilCourseObjectiveSetupAgent::getUpdateObjective | ( | ILIAS\Setup\Config | $config = null | ) |
Definition at line 32 of file ilCourseObjectiveSetupAgent.php.