19declare(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);
Repository for storing and loading the MathJax configuration.
getTentativePreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...