ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (protected Refinery $refinery) | |
hasConfig () | |
getArrayToConfigTransformation () | |
getInstallObjective (?Config $config=null) | |
getUpdateObjective (?Config $config=null) | |
getBuildObjective () | |
getStatusObjective (Storage $storage) | |
getMigrations () | |
![]() | |
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... | |
Definition at line 30 of file class.ilGlobalScreenSetupAgent.php.
ilGlobalScreenSetupAgent::__construct | ( | protected Refinery | $refinery | ) |
Definition at line 34 of file class.ilGlobalScreenSetupAgent.php.
ilGlobalScreenSetupAgent::getArrayToConfigTransformation | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 49 of file class.ilGlobalScreenSetupAgent.php.
ilGlobalScreenSetupAgent::getBuildObjective | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 73 of file class.ilGlobalScreenSetupAgent.php.
Definition at line 57 of file class.ilGlobalScreenSetupAgent.php.
ilGlobalScreenSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 89 of file class.ilGlobalScreenSetupAgent.php.
ilGlobalScreenSetupAgent::getStatusObjective | ( | Storage | $storage | ) |
Definition at line 81 of file class.ilGlobalScreenSetupAgent.php.
Definition at line 65 of file class.ilGlobalScreenSetupAgent.php.
ilGlobalScreenSetupAgent::hasConfig | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 41 of file class.ilGlobalScreenSetupAgent.php.