11 return hash(
"sha256", self::class);
16 return "Fill ini with settings for Services/Language";
26 $common_config = $environment->getConfigFor(
"common");
34 $client_ini = $environment->
getResource(Setup\Environment::RESOURCE_CLIENT_INI);
36 $client_ini->setVariable(
"language",
"default", $this->config->getDefaultLanguage());
38 if (!$client_ini->write()) {
39 throw new Setup\UnachievableException(
"Could not write client.ini.php");
achieve(Setup\Environment $environment)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
An environment holds resources to be used in the setup process.
getPreconditions(Setup\Environment $environment)