|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilEventHandlingSetupAgent:
Collaboration diagram for ilEventHandlingSetupAgent:Public Member Functions | |
| 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... | |
Definition at line 22 of file class.ilEventHandlingSetupAgent.php.
| ilEventHandlingSetupAgent::getArrayToConfigTransformation | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 37 of file class.ilEventHandlingSetupAgent.php.
| ilEventHandlingSetupAgent::getBuildObjective | ( | ) |
| ilEventHandlingSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) |
Definition at line 45 of file class.ilEventHandlingSetupAgent.php.
| ilEventHandlingSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 88 of file class.ilEventHandlingSetupAgent.php.
| ilEventHandlingSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 80 of file class.ilEventHandlingSetupAgent.php.
| ilEventHandlingSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
Definition at line 53 of file class.ilEventHandlingSetupAgent.php.
| ilEventHandlingSetupAgent::hasConfig | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 29 of file class.ilEventHandlingSetupAgent.php.