22 return hash(
"sha256", self::class);
27 return "Store configuration of Services/Preview";
37 $common_config = $environment->getConfigFor(
"common");
45 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
47 $ini->setVariable(
"tools",
"ghostscript", $this->config->getPathToGhostscript());
50 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
__construct(\ilPreviewSetupConfig $config)
getPreconditions(Setup\Environment $environment)
achieve(Setup\Environment $environment)
An environment holds resources to be used in the setup process.