18         $ini = $environment->getResource(
Setup\Environment::RESOURCE_ILIAS_INI);
    23         $storage->storeConfigBool(
    24             "manage_system_styles",
    25             $ini->readVariable(
"tools", 
"enable_system_styles_management"),
    26             "Can users manage system styles from within the installation?"    28         $storage->storeConfigText(
    30             $ini->readVariable(
"tools", 
"scss"),
    31             "The path to the binary that is used for compiling scss." 
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
 
getTentativePreconditions(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.