23 return hash(
"sha256", self::class);
28 return "Fill ini with settings for Services/Style";
45 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
50 $this->config->getPathToLessc() ??
'' 52 $ini->setVariable(
"tools",
"enable_system_styles_management", $this->config->getManageSystemStyles() ?
"1" :
"0");
55 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
66 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
67 $manage_system_styles = $this->config->getManageSystemStyles() ?
"1" :
"0";
70 $ini->readVariable(
"tools",
"lessc") !== $this->config->getPathToLessc() ||
71 $ini->readVariable(
"tools",
"enable_system_styles_management") !== $manage_system_styles
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
__construct(\ilStyleSetupConfig $config)
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.