|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilGlobalScreenSetupAgent:
Collaboration diagram for ilGlobalScreenSetupAgent:Public Member Functions | |
| __construct (Refinery $refinery) | |
| hasConfig () | |
| getArrayToConfigTransformation () | |
| getInstallObjective (Setup\Config $config=null) | |
| getUpdateObjective (Setup\Config $config=null) | |
| getBuildObjective () | |
| getStatusObjective (Setup\Metrics\Storage $storage) | |
| getMigrations () | |
Public Member Functions inherited from ILIAS\Setup\Agent | |
| 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 | $refinery |
Definition at line 22 of file class.ilGlobalScreenSetupAgent.php.
| ilGlobalScreenSetupAgent::__construct | ( | Refinery | $refinery | ) |
Definition at line 28 of file class.ilGlobalScreenSetupAgent.php.
References $refinery, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilGlobalScreenSetupAgent::getArrayToConfigTransformation | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 44 of file class.ilGlobalScreenSetupAgent.php.
| ilGlobalScreenSetupAgent::getBuildObjective | ( | ) |
| ilGlobalScreenSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) |
Definition at line 52 of file class.ilGlobalScreenSetupAgent.php.
| ilGlobalScreenSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 84 of file class.ilGlobalScreenSetupAgent.php.
| ilGlobalScreenSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 76 of file class.ilGlobalScreenSetupAgent.php.
| ilGlobalScreenSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
Definition at line 60 of file class.ilGlobalScreenSetupAgent.php.
| ilGlobalScreenSetupAgent::hasConfig | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 36 of file class.ilGlobalScreenSetupAgent.php.
|
protected |
Definition at line 26 of file class.ilGlobalScreenSetupAgent.php.
Referenced by __construct().