1<?
php declare(strict_types=1);
13 return hash(
"sha256", self::class);
21 return "ilPluginAdmin is initialized and stored into the environment.";
37 if (!$environment->hasConfigFor(
'language')) {
41 $config = $environment->getConfigFor(
'language');
58 $GLOBALS[
"DIC"][
"lng"] =
new class() {
59 public function loadLanguageModule()
64 $environment = $environment->withResource(
65 Setup\Environment::RESOURCE_PLUGIN_ADMIN,
79 return is_null($environment->getResource(Setup\Environment::RESOURCE_PLUGIN_ADMIN));
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
achieve(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
@inheritDoc
Administration class for plugins.
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.
An objective is a desired state of the system that is supposed to be created by the setup.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...