23        return hash(
"sha256", self::class);
 
   28        return "Fill ini with settings for Services/Style";
 
   38        $common_config = $environment->getConfigFor(
"common");
 
   46        $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
 
   48        $ini->setVariable(
"tools", 
"lessc", $this->config->getPathToLessc());
 
   49        $ini->setVariable(
"tools", 
"enable_system_styles_management", $this->config->getManageSystemStyles() ? 
"1" : 
"0");
 
An exception for terminatinating execution or to throw for unit testing.
Signals that some goal won't be achievable by actions of the system ever.
getPreconditions(Setup\Environment $environment)
achieve(Setup\Environment $environment)
__construct(\ilStyleSetupConfig $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.