3declare(strict_types=1);
43 return "No downgrade is performed.";
60 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
66 if ($target_version->isSmallerThan($current_version)) {
68 "Downgrades of versions may not be performed, you are running " .
69 "$current_version and target $target_version"
Signals that the setup is not executable at all.
Data Factory $data_factory
achieve(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
__construct(Data\Factory $data_factory)
isApplicable(Setup\Environment $environment)
const ILIAS_VERSION_NUMERIC
An environment holds resources to be used in the setup process.
An objective is a desired state of the system that is supposed to be created by the setup.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...