◆ __construct()
◆ achieve()
ilFileSystemConfigNotChangedObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 44 of file class.ilFileSystemConfigNotChangedObjective.php.
References $ini.
46 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
48 $current =
$ini->readVariable(
"clients",
"datadir");
49 $new = $this->config->getDataDir();
50 if ($current !== $new) {
51 throw new Setup\UnachievableException(
52 "You seem to try to move the ILIAS data-directory from '$current' " .
53 "to '$new', the client.ini.php contains a different path then the " .
54 "config you are using. This is not supported by the setup."
◆ getHash()
ilFileSystemConfigNotChangedObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilFileSystemConfigNotChangedObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilFileSystemConfigNotChangedObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isApplicable()
ilFileSystemConfigNotChangedObjective::isApplicable |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilFileSystemConfigNotChangedObjective::isNotable |
( |
| ) |
|
◆ $config
ilFileSystemConfigNotChangedObjective::$config |
|
protected |
The documentation for this class was generated from the following file: