19 declare(strict_types=1);
28 new \ilSettingsFactoryExistsObjective()
32 protected function collectFrom(Setup\
Environment $environment, Setup\Metrics\Storage $storage):
void 35 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
40 foreach ($setup_config->getDataFromConfig($config) as
$key => $value) {
41 if (is_bool($value)) {
42 $storage->storeStableBool($key, $value);
44 $storage->storeStableText($key, (
string) $value);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getTentativePreconditions(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
Repository for storing and loading the MathJax configuration.