◆ __construct()
◆ achieve()
ilHttpConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 44 of file class.ilHttpConfigStoredObjective.php.
References $factory, and $ini.
46 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
48 $ini->setVariable(
"server",
"http_path", $this->config->getHttpPath());
49 $ini->setVariable(
"https",
"auto_https_detect_enabled", $this->config->isAutodetectionEnabled() ?
"1" :
"0");
50 $ini->setVariable(
"https",
"auto_https_detect_header_name", $this->config->getHeaderName());
51 $ini->setVariable(
"https",
"auto_https_detect_header_value", $this->config->getHeaderValue());
55 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
58 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
59 $settings =
$factory->settingsFor(
"common");
60 $settings->set(
"proxy_status", (
int) $this->config->isProxyEnabled());
61 $settings->set(
"proxy_host", $this->config->getProxyHost());
62 $settings->set(
"proxy_port", $this->config->getProxyPort());
◆ getHash()
ilHttpConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilHttpConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilHttpConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilHttpConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilHttpConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: