|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilLoggingSetupAgent:
Collaboration diagram for ilLoggingSetupAgent:Public Member Functions | |
| __construct (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... | |
| getInstallObjective (Config $config=null) | |
| getUpdateObjective (Config $config=null) | |
| getBuildObjective () | |
| Get the goal the agent wants to achieve to build artifacts.
More... | |
| getStatusObjective (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 | |
| Factory | $refinery |
Definition at line 29 of file class.ilLoggingSetupAgent.php.
| ilLoggingSetupAgent::__construct | ( | Factory | $refinery | ) |
Definition at line 35 of file class.ilLoggingSetupAgent.php.
References $refinery, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilLoggingSetupAgent::getArrayToConfigTransformation | ( | ) |
Agents must be able to tell how to create a configuration from a nested array.
Implements ILIAS\Setup\Agent.
Definition at line 51 of file class.ilLoggingSetupAgent.php.
References $data, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilLoggingSetupAgent::getBuildObjective | ( | ) |
Get the goal the agent wants to achieve to build artifacts.
Implements ILIAS\Setup\Agent.
Definition at line 92 of file class.ilLoggingSetupAgent.php.
| ilLoggingSetupAgent::getInstallObjective | ( | Config | $config = null | ) |
Definition at line 65 of file class.ilLoggingSetupAgent.php.
| ilLoggingSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 113 of file class.ilLoggingSetupAgent.php.
| ilLoggingSetupAgent::getStatusObjective | ( | Storage | $storage | ) |
Definition at line 100 of file class.ilLoggingSetupAgent.php.
| ilLoggingSetupAgent::getUpdateObjective | ( | Config | $config = null | ) |
Definition at line 73 of file class.ilLoggingSetupAgent.php.
| ilLoggingSetupAgent::hasConfig | ( | ) |
Does this agent require a configuration?
Implements ILIAS\Setup\Agent.
Definition at line 43 of file class.ilLoggingSetupAgent.php.
|
protected |
Definition at line 33 of file class.ilLoggingSetupAgent.php.
Referenced by __construct().