|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilGlobalCacheSetupAgent:
Collaboration diagram for ilGlobalCacheSetupAgent: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... | |
| getInstallObjective (Setup\Config $config=null) | |
| getUpdateObjective (Setup\Config $config=null) | |
| getBuildObjective () | |
| Get the goal the agent wants to achieve to build artifacts.
More... | |
| getStatusObjective (Setup\Metrics\Storage $storage) | |
| getMigrations () | |
| getNamedObjectives (?Config $config=null) | |
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 Member Functions | |
| convertNode (array $node) | |
Protected Attributes | |
| ILIAS Refinery Factory | $refinery |
Definition at line 27 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::__construct | ( | Refinery\Factory | $refinery | ) |
Definition at line 31 of file class.ilGlobalCacheSetupAgent.php.
References $refinery, and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 101 of file class.ilGlobalCacheSetupAgent.php.
Referenced by getArrayToConfigTransformation(), and ILIAS\Tests\GlobalCache\Setup\TestObj\getMServer().
Here is the caller graph for this function:| ilGlobalCacheSetupAgent::getArrayToConfigTransformation | ( | ) |
Agents must be able to tell how to create a configuration from a nested array.
Implements ILIAS\Setup\Agent.
Definition at line 48 of file class.ilGlobalCacheSetupAgent.php.
References $data, convertNode(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilGlobalCacheSetupAgent::getBuildObjective | ( | ) |
Get the goal the agent wants to achieve to build artifacts.
Implements ILIAS\Setup\Agent.
Definition at line 135 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) |
Definition at line 113 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 151 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::getNamedObjectives | ( | ?Config | $config = null | ) |
Definition at line 156 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 143 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
Definition at line 124 of file class.ilGlobalCacheSetupAgent.php.
| ilGlobalCacheSetupAgent::hasConfig | ( | ) |
Does this agent require a configuration?
Implements ILIAS\Setup\Agent.
Definition at line 40 of file class.ilGlobalCacheSetupAgent.php.
Definition at line 29 of file class.ilGlobalCacheSetupAgent.php.
Referenced by __construct().