◆ achieve()
ilIniFilesLoadedObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 29 of file class.ilIniFilesLoadedObjective.php.
29 : Setup\Environment
30 {
31 $path = dirname(__DIR__, 2) . "/ilias.ini.php";
33
36
37 return $environment
38 ->withResource(Setup\Environment::RESOURCE_ILIAS_INI,
$ini)
39 ->withResource(Setup\Environment::RESOURCE_CLIENT_INI, $client_ini);
40 }
References $ini, and getClientDir().
◆ getClientDir()
ilIniFilesLoadedObjective::getClientDir |
( |
| ) |
|
|
protected |
◆ getHash()
ilIniFilesLoadedObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilIniFilesLoadedObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilIniFilesLoadedObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilIniFilesLoadedObjective::isNotable |
( |
| ) |
|
The documentation for this class was generated from the following file: