44 return $this->
refinery->custom()->transformation(
function (
$data) {
45 return new \ilMediaObjectSetupConfig(
59 return new Setup\ObjectiveCollection(
60 "Complete objectives from Services/MediaObject",
70 if ($config !==
null) {
73 return new Setup\Objective\NullObjective();
78 return new Setup\Objective\NullObjective();
83 return new Setup\ObjectiveCollection(
84 'Component MediaObjects',
getStatusObjective(Setup\Metrics\Storage $storage)
An objective is a desired state of the system that is supposed to be created by the setup...
Interface Observer Contains several chained tasks and infos about them.
A agent is some component that performs part of the setup process.
getBuildObjective()
Get the goal the agent wants to achieve to build artifacts.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Storage is simple key/value store without further schema definition.
getUpdateObjective(?Config $config=null)
Get the goal the agent wants to achieve on update.
getMigrations()
Get a named map of migrations available for this Agent.
getInstallObjective(?Config $config=null)
Get the goals the agent wants to achieve on setup.
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...
__construct(Refinery\Factory $refinery)
hasConfig()
Does this agent require a configuration?
Refinery Factory $refinery
A configuration for the setup.
Richard Klees richard.klees@concepts-and-training.de