19 declare(strict_types=1);
43 return "No downgrade is performed.";
60 $factory = $environment->
getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
61 $settings = $factory->settingsFor(
"common");
66 if ($target_version->isSmallerThan($current_version)) {
67 throw new Setup\NotExecutableException(
68 "Downgrades of versions may not be performed, you are running " .
69 "$current_version and target $target_version" Data Factory $data_factory
__construct(Data\Factory $data_factory)
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
const ILIAS_VERSION_NUMERIC
achieve(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.