◆ __construct()
◆ achieve()
ilFileSystemConfigNotChangedObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 54 of file class.ilFileSystemConfigNotChangedObjective.php.
References $ini.
56 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
58 $current =
$ini->readVariable(
"clients",
"datadir");
59 $new = $this->config->getDataDir();
60 if ($current !== $new) {
61 throw new Setup\UnachievableException(
62 "You seem to try to move the ILIAS data-directory from '$current' " .
63 "to '$new', the client.ini.php contains a different path then the " .
64 "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
The documentation for this class was generated from the following file: