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()) {
An exception for terminatinating execution or to throw for unit testing.
Signals that some goal won't be achievable by actions of the system ever.
getPreconditions(Setup\Environment $environment)
achieve(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.