31 return hash(
"sha256", self::class);
36 return "Config for Filesystems did not change.";
59 $current =
$ini->readVariable(
"clients",
"datadir");
60 $new = $this->config->getDataDir();
61 if ($current !== $new) {
63 "You seem to try to move the ILIAS data-directory from '$current' " .
64 "to '$new', the client.ini.php contains a different path then the " .
65 "config you are using. This is not supported by the setup." 79 return $ini->readVariable(
"clients",
"datadir") !== $this->config->getDataDir();
getHash()
Get a hash for this objective.
An objective is a desired state of the system that is supposed to be created by the setup...
isNotable()
Get to know if this is an interesting objective for a human.
getLabel()
Get a label that describes this objective.
Signals that some goal won't be achievable by actions of the system ever.
getPreconditions(Environment $environment)
achieve(Environment $environment)
Objectives can be achieved.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
isApplicable(Environment $environment)
An environment holds resources to be used in the setup process.
__construct(protected \ilFileSystemSetupConfig $config)