ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
An agent that is just a collection of some other agents. More...
Public Member Functions | |
__construct (FieldFactory $field_factory, Refinery $refinery, array $agents) | |
hasConfig () | |
getConfigInput (Config $config=null) | |
getArrayToConfigTransformation () | |
getInstallObjective (Config $config=null) | |
getUpdateObjective (Config $config=null) | |
getBuildArtifactObjective () | |
Protected Member Functions | |
getXObjective (string $which, Config $config=null) | |
checkConfig (Config $config) | |
getAgentsWithConfig () | |
Protected Attributes | |
$field_factory | |
$refinery | |
$agents | |
An agent that is just a collection of some other agents.
Definition at line 15 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::__construct | ( | FieldFactory | $field_factory, |
Refinery | $refinery, | ||
array | $agents | ||
) |
Definition at line 32 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, ILIAS\Setup\AgentCollection\$field_factory, and ILIAS\Setup\AgentCollection\$refinery.
|
protected |
Definition at line 153 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\getConfigInput(), and ILIAS\Setup\AgentCollection\getXObjective().
|
protected |
Definition at line 162 of file AgentCollection.php.
References Vendor\Package\$c.
Referenced by ILIAS\Setup\AgentCollection\getConfigInput().
ILIAS\Setup\AgentCollection::getArrayToConfigTransformation | ( | ) |
ILIAS\Setup\AgentCollection::getBuildArtifactObjective | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 128 of file AgentCollection.php.
References Vendor\Package\$c.
ILIAS\Setup\AgentCollection::getConfigInput | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 58 of file AgentCollection.php.
References Vendor\Package\$c, $config, ILIAS\Setup\AgentCollection\checkConfig(), and ILIAS\Setup\AgentCollection\getAgentsWithConfig().
ILIAS\Setup\AgentCollection::getInstallObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 112 of file AgentCollection.php.
References $config, and ILIAS\Setup\AgentCollection\getXObjective().
ILIAS\Setup\AgentCollection::getUpdateObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 120 of file AgentCollection.php.
References $config, and ILIAS\Setup\AgentCollection\getXObjective().
|
protected |
Definition at line 137 of file AgentCollection.php.
References Vendor\Package\$c, $config, and ILIAS\Setup\AgentCollection\checkConfig().
Referenced by ILIAS\Setup\AgentCollection\getInstallObjective(), and ILIAS\Setup\AgentCollection\getUpdateObjective().
ILIAS\Setup\AgentCollection::hasConfig | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 45 of file AgentCollection.php.
References Vendor\Package\$c.
|
protected |
Definition at line 30 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct().
|
protected |
Definition at line 20 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct().
|
protected |
Definition at line 25 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct().