ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |||
__construct (array $resources) | |||
getResource (string $id) | |||
Consumers of this method should check if the result is what they expect, e.g.implements some known interface.
| |||
withResource (string $id, $resource) | |||
| |||
withConfigFor (string $component, $config) | |||
Stores a config for some component in the environment.
| |||
getConfigFor (string $component) | |||
| |||
Protected Attributes | |
$resources | |
$configs | |
Additional Inherited Members | |
![]() | |
const | RESOURCE_DATABASE = "resource_database" |
const | RESOURCE_ADMIN_INTERACTION = "resource_admin_interaction" |
const | RESOURCE_ACHIEVEMENT_TRACKER = "resource_achievement_tracker" |
const | RESOURCE_ILIAS_INI = "resource_ilias_ini" |
const | RESOURCE_CLIENT_INI = "resource_client_ini" |
const | RESOURCE_SETTINGS_FACTORY = "resource_settings_factory" |
Definition at line 9 of file ArrayEnvironment.php.
ILIAS\Setup\ArrayEnvironment::__construct | ( | array | $resources | ) |
Definition at line 21 of file ArrayEnvironment.php.
References ILIAS\Setup\ArrayEnvironment\$resources.
ILIAS\Setup\ArrayEnvironment::getConfigFor | ( | string | $component | ) |
ILIAS\Setup\ArrayEnvironment::getResource | ( | string | $id | ) |
Consumers of this method should check if the result is what they expect, e.g.implements some known interface.
Implements ILIAS\Setup\Environment.
Definition at line 29 of file ArrayEnvironment.php.
ILIAS\Setup\ArrayEnvironment::withConfigFor | ( | string | $component, |
$config | |||
) |
Stores a config for some component in the environment.
Implements ILIAS\Setup\Environment.
Definition at line 55 of file ArrayEnvironment.php.
References $config.
Referenced by ILIAS\Setup\CLI\ReloadControlStructureCommand\buildEnvironment(), ILIAS\Setup\CLI\UpdateCommand\buildEnvironment(), and ILIAS\Setup\CLI\InstallCommand\buildEnvironment().
ILIAS\Setup\ArrayEnvironment::withResource | ( | string | $id, |
$resource | |||
) |
|
protected |
Definition at line 19 of file ArrayEnvironment.php.
|
protected |
Definition at line 14 of file ArrayEnvironment.php.
Referenced by ILIAS\Setup\ArrayEnvironment\__construct().