◆ __construct()
◆ achieve()
ilStyleConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 44 of file class.ilStyleConfigStoredObjective.php.
References $ini.
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");
52 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilStyleConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilStyleConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilStyleConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilStyleConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilStyleConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: