An exception for terminatinating execution or to throw for unit testing.
An environment holds resources to be used in the setup process.
hasConfigFor(string $component)
getConfigFor(string $component)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
const RESOURCE_ADMIN_INTERACTION
const RESOURCE_CLIENT_INI
withResource(string $id, $resource)
withConfigFor(string $component, $config)
Stores a config for some component in the environment.
const RESOURCE_PLUGIN_ADMIN
const RESOURCE_SETTINGS_FACTORY
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...