◆ __construct()
◆ achieve()
ilStyleConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 43 of file class.ilStyleConfigStoredObjective.php.
References $ini.
45 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
47 $ini->setVariable(
"tools",
"lessc", $this->config->getPathToLessc());
48 $ini->setVariable(
"tools",
"enable_system_styles_management", $this->config->getManageSystemStyles() ?
"1" :
"0");
51 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilStyleConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilStyleConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilStyleConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isApplicable()
ilStyleConfigStoredObjective::isApplicable |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 60 of file class.ilStyleConfigStoredObjective.php.
References $ini.
62 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
63 $manage_system_styles = $this->config->getManageSystemStyles() ?
"1" :
"0";
66 $ini->readVariable(
"tools",
"lessc") !== $this->config->getPathToLessc() ||
67 $ini->readVariable(
"tools",
"enable_system_styles_management") !== $manage_system_styles
◆ isNotable()
ilStyleConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilStyleConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: