◆ achieve()
ilMakeInstallationAccessibleObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 34 of file class.ilMakeInstallationAccessibleObjective.php.
References $factory.
36 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
37 $settings =
$factory->settingsFor(
"common");
39 $settings->set(
"setup_ok", 1);
41 $client_ini = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_INI);
43 $client_ini->setVariable(
"client",
"access",
true);
45 if (!$client_ini->write()) {
46 throw new Setup\UnachievableException(
"Could not write client.ini.php");
◆ getHash()
ilMakeInstallationAccessibleObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilMakeInstallationAccessibleObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilMakeInstallationAccessibleObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilMakeInstallationAccessibleObjective::isNotable |
( |
| ) |
|
The documentation for this class was generated from the following file: