Stores configuration for the Utilities service (paths to various tools) in the according ini-fields.
More...
Stores configuration for the Utilities service (paths to various tools) in the according ini-fields.
Definition at line 11 of file class.ilUtilitiesConfigStoredObjective.php.
◆ __construct()
◆ achieve()
ilUtilitiesConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 47 of file class.ilUtilitiesConfigStoredObjective.php.
References $ini.
49 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
51 $ini->setVariable(
"tools",
"convert", $this->config->getPathToConvert());
52 $ini->setVariable(
"tools",
"zip", $this->config->getPathToZip());
53 $ini->setVariable(
"tools",
"unzip", $this->config->getPathToUnzip());
56 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilUtilitiesConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilUtilitiesConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilUtilitiesConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilUtilitiesConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilUtilitiesConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: