19declare(strict_types=1);
29 parent::getPreconditions($environment),
42 $DIC[
'ilDB'] = $environment->
getResource(Environment::RESOURCE_DATABASE);
43 $DIC[
'component.factory'] = $environment->
getResource(Environment::RESOURCE_COMPONENT_FACTORY);
44 $DIC[
'component.repository'] = $environment->
getResource(Environment::RESOURCE_COMPONENT_REPOSITORY);
45 return parent::achieve($environment);
Customizing of pimple-DIC for ILIAS.
getPreconditions(Environment $environment)
@inheritdocs
achieve(Environment $environment)
@inheritdocs
This class attempt to achieve a set of database update steps.
language handling for setup
An environment holds resources to be used in the setup process.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.