26 return hash(
"sha256", self::class);
31 return "Store configuration of Services/Utilities";
41 $common_config = $environment->getConfigFor(
"common");
49 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
51 $ini->setVariable(
"tools",
"convert", $this->config->getPathToConvert());
52 $ini->setVariable(
"tools",
"zip", $this->config->getPathToZip());
53 $ini->setVariable(
"tools",
"unzip", $this->config->getPathToUnzip());
56 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
getPreconditions(Setup\Environment $environment)
Stores configuration for the Utilities service (paths to various tools) in the according ini-fields...
achieve(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
__construct(\ilUtilitiesSetupConfig $config)