26 return hash(
"sha256", self::class);
31 return "Store configuration of Services/Utilities";
48 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
50 $ini->setVariable(
"tools",
"convert", $this->config->getPathToConvert());
51 $ini->setVariable(
"tools",
"zip", $this->config->getPathToZip());
52 $ini->setVariable(
"tools",
"unzip", $this->config->getPathToUnzip());
55 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
66 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
69 $ini->readVariable(
"tools",
"convert") !== $this->config->getPathToConvert() ||
70 $ini->readVariable(
"tools",
"zip") !== $this->config->getPathToZip() ||
71 $ini->readVariable(
"tools",
"unzip") !== $this->config->getPathToUnzip()
isApplicable(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
Stores configuration for the Utilities service (paths to various tools) in the according ini-fields...
achieve(Setup\Environment $environment)
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.
__construct(\ilUtilitiesSetupConfig $config)