24 return hash(
"sha256", self::class);
29 if (!is_null($this->config)) {
30 return $this->config->getInstallLanguages();
32 return $this->il_setup_language->getInstalledLanguages();
37 if (!is_null($this->config)) {
38 return $this->config->getInstallLocalLanguages();
40 return $this->il_setup_language->getInstalledLocalLanguages();
55 if (is_null($this->config)) {
59 $db_config = $environment->getConfigFor(
"database");
67 $db = $environment->
getResource(Setup\Environment::RESOURCE_DATABASE);
74 $this->il_setup_language->setDbHandler($db);
75 $this->il_setup_language->installLanguages(
getInstallLocalLanguages()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(?\ilLanguageSetupConfig $config, \ilSetupLanguage $il_setup_language)
getPreconditions(Setup\Environment $environment)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
achieve(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
isApplicable(Setup\Environment $environment)
__construct(Container $dic, ilPlugin $plugin)