◆ __construct()
◆ achieve()
ilFileSystemDirectoriesCreatedObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 68 of file class.ilFileSystemDirectoriesCreatedObjective.php.
References $ini.
70 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
72 $ini->setVariable(
"clients",
"datadir", $this->config->getDataDir());
75 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilFileSystemDirectoriesCreatedObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilFileSystemDirectoriesCreatedObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilFileSystemDirectoriesCreatedObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
- Returns
- []|[]
Definition at line 46 of file class.ilFileSystemDirectoriesCreatedObjective.php.
References $client_id, and $data_dir.
48 $client_id = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_ID);
50 $web_dir = dirname(__DIR__, 4) .
"/data";
57 new Setup\Objective\DirectoryCreatedObjective(
$data_dir),
58 new Setup\Objective\DirectoryCreatedObjective($web_dir),
59 new Setup\Objective\DirectoryCreatedObjective(
62 new Setup\Objective\DirectoryCreatedObjective(
◆ isApplicable()
ilFileSystemDirectoriesCreatedObjective::isApplicable |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilFileSystemDirectoriesCreatedObjective::isNotable |
( |
| ) |
|
◆ $config
The documentation for this class was generated from the following file: