19 declare(strict_types=1);
45 return "The ILIAS Version is written to the settings.";
62 $factory = $environment->
getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
63 $settings = $factory->settingsFor(
"common");
66 $settings->set(self::ILIAS_VERSION_KEY, (
string) $current_version);
isApplicable(Setup\Environment $environment)
Data Factory $data_factory
const ILIAS_VERSION_NUMERIC
getPreconditions(Setup\Environment $environment)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
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.
achieve(Setup\Environment $environment)
__construct(Data\Factory $data_factory)