ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Richard Klees richa rd.k lees@ conc epts- and- train ing. deMore...
Public Member Functions | |
__construct (Refinery\Factory $refinery) | |
hasConfig () | |
Does this agent require a configuration? More... | |
getArrayToConfigTransformation () | |
Agents must be able to tell how to create a configuration from a nested array. More... | |
getBuildObjective () | |
Get the goal the agent wants to achieve to build artifacts. More... | |
getStatusObjective (Setup\Metrics\Storage $storage) | |
getMigrations () | |
Get a named map of migrations available for this Agent. More... | |
![]() | |
getInstallObjective (?Config $config=null) | |
Get the goals the agent wants to achieve on setup. More... | |
getUpdateObjective (?Config $config=null) | |
Get the goal the agent wants to achieve on update. More... | |
getStatusObjective (Metrics\Storage $storage) | |
Get the objective to be achieved when status is requested. More... | |
getNamedObjectives (?Config $config=null) | |
Gets all named objectives The keys of the returned array are the commands. More... | |
Protected Attributes | |
Refinery Factory | $refinery |
Richard Klees richa rd.k lees@ conc epts- and- train ing. de
Definition at line 25 of file class.ilMediaObjectSetupAgent.php.
ilMediaObjectSetupAgent::__construct | ( | Refinery\Factory | $refinery | ) |
Definition at line 31 of file class.ilMediaObjectSetupAgent.php.
References $refinery, and ILIAS\Repository\refinery().
ilMediaObjectSetupAgent::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 class.ilMediaObjectSetupAgent.php.
References $data, ILIAS\Setup\Agent\getInstallObjective(), ILIAS\Setup\Agent\getUpdateObjective(), null, ILIAS\Repository\refinery(), and ilFileSystemComponentDataDirectoryCreatedObjective\WEBDIR.
ilMediaObjectSetupAgent::getBuildObjective | ( | ) |
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 76 of file class.ilMediaObjectSetupAgent.php.
ilMediaObjectSetupAgent::getMigrations | ( | ) |
Get a named map of migrations available for this Agent.
Should also return Migrations that have run completely.
Implements ILIAS\Setup\Agent.
Definition at line 91 of file class.ilMediaObjectSetupAgent.php.
ilMediaObjectSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 81 of file class.ilMediaObjectSetupAgent.php.
ilMediaObjectSetupAgent::hasConfig | ( | ) |
Does this agent require a configuration?
Implements ILIAS\Setup\Agent.
Definition at line 37 of file class.ilMediaObjectSetupAgent.php.
Definition at line 29 of file class.ilMediaObjectSetupAgent.php.
Referenced by __construct().