ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
An agent that is just a collection of some other agents. More...
Public Member Functions | |
__construct (Refinery $refinery, array $agents) | |
getAgent (string $key) | |
withRemovedAgent (string $key) | |
withAdditionalAgent (string $key, Agent $agent) | |
hasConfig () | |
getArrayToConfigTransformation () | |
getInstallObjective (?Config $config=null) | |
getUpdateObjective (?Config $config=null) | |
getBuildObjective () | |
getStatusObjective (Metrics\Storage $storage) | |
getAgents () | |
getNamedObjectives (?Config $config=null) | |
![]() | |
getUpdateObjective (?Setup\Config $config=null) | |
getMigrations () | |
Protected Member Functions | |
getKey (Migration $migration) | |
checkConfig (Config $config) | |
Protected Attributes | |
Refinery | $refinery |
array | $agents |
An agent that is just a collection of some other agents.
Definition at line 30 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::__construct | ( | Refinery | $refinery, |
array | $agents | ||
) |
Definition at line 39 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, ILIAS\Setup\AgentCollection\$refinery, and ILIAS\Repository\refinery().
|
protected |
Definition at line 214 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\getInstallObjective(), ILIAS\Setup\AgentCollection\getNamedObjectives(), and ILIAS\Setup\AgentCollection\getUpdateObjective().
ILIAS\Setup\AgentCollection::getAgent | ( | string | $key | ) |
Definition at line 47 of file AgentCollection.php.
References null.
ILIAS\Setup\AgentCollection::getAgents | ( | ) |
Definition at line 226 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents.
ILIAS\Setup\AgentCollection::getArrayToConfigTransformation | ( | ) |
Definition at line 85 of file AgentCollection.php.
References $out, null, and ILIAS\Repository\refinery().
ILIAS\Setup\AgentCollection::getBuildObjective | ( | ) |
Definition at line 159 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, and ILIAS\Setup\Agent\getBuildObjective().
Definition at line 108 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\checkConfig(), ILIAS\Setup\Agent\getInstallObjective(), and ILIAS\Setup\Agent\hasConfig().
|
protected |
Definition at line 208 of file AgentCollection.php.
Definition at line 232 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, $objectives, and ILIAS\Setup\AgentCollection\checkConfig().
ILIAS\Setup\AgentCollection::getStatusObjective | ( | Metrics\Storage | $storage | ) |
Definition at line 174 of file AgentCollection.php.
References ILIAS\Setup\Agent\getMigrations(), and ILIAS\Setup\Agent\getStatusObjective().
Definition at line 134 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\checkConfig(), ILIAS\Setup\Agent\getUpdateObjective(), and null.
ILIAS\Setup\AgentCollection::hasConfig | ( | ) |
ILIAS\Setup\AgentCollection::withAdditionalAgent | ( | string | $key, |
Agent | $agent | ||
) |
Definition at line 59 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::withRemovedAgent | ( | string | $key | ) |
Definition at line 52 of file AgentCollection.php.
|
protected |
Definition at line 37 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct(), ILIAS\Setup\AgentCollection\getAgents(), ILIAS\Setup\AgentCollection\getBuildObjective(), and ILIAS\Setup\AgentCollection\getNamedObjectives().
|
protected |
Definition at line 32 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct().