15 Setup\Metrics\Storage $storage,
33 $client_ini = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_INI);
35 $storage->storeConfigText(
37 $client_ini->readVariable(
"language",
"default"),
38 "The language that is used by default." 42 $db = $environment->getResource(Setup\Environment::RESOURCE_DATABASE);
46 $this->il_setup_language->setDbHandler($db);
52 $installed_languages = [];
53 $local_languages = $this->il_setup_language->getLocalLanguages();
54 foreach ($this->il_setup_language->getInstalledLanguages() as
$lang) {
55 $local_file =
new Setup\Metrics\Metric(
56 Setup\Metrics\Metric::STABILITY_STABLE,
57 Setup\Metrics\Metric::TYPE_BOOL,
58 in_array(
$lang, $local_languages),
59 "Is there a local language file for the language?" 61 $local_changes =
new Setup\Metrics\Metric(
62 Setup\Metrics\Metric::STABILITY_STABLE,
63 Setup\Metrics\Metric::TYPE_BOOL,
64 count($this->il_setup_language->getLocalChanges(
$lang)) > 0,
65 "Are there local changes for the language?" 67 $installed_languages[
$lang] =
new Setup\Metrics\Metric(
68 Setup\Metrics\Metric::STABILITY_STABLE,
69 Setup\Metrics\Metric::TYPE_COLLECTION,
71 "local_file" => $local_file,
72 "local_changes" => $local_changes
76 $installed_languages =
new Setup\Metrics\Metric(
77 Setup\Metrics\Metric::STABILITY_STABLE,
78 Setup\Metrics\Metric::TYPE_COLLECTION,
82 "installed_languages",
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
__construct(Setup\Metrics\Storage $storage, \ilSetupLanguage $il_setup_language)
getTentativePreconditions(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
__construct(Container $dic, ilPlugin $plugin)
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)