20 protected \ilFileSystemSetupConfig
$config;
30 return hash(
"sha256", self::class);
35 return "ILIAS directories are created";
48 $client_id = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_ID);
50 $web_dir = dirname(__DIR__, 4) .
"/data";
70 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
72 $ini->setVariable(
"clients",
"datadir", $this->config->getDataDir());
86 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
88 return $ini->readVariable(
"clients",
"datadir") !== $this->config->getDataDir();
Signals that some goal won't be achievable by actions of the system ever.
getPreconditions(Setup\Environment $environment)
achieve(Setup\Environment $environment)
__construct(\ilFileSystemSetupConfig $config)
isApplicable(Setup\Environment $environment)
@inheritDoc
ilFileSystemSetupConfig $config
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...