20 declare(strict_types=1);
26 public static ?Container
$dic = null;
28 public static function dic(): Container
36 protected static function buildDIC(): Container
39 $dic =
new Container();
45 $dic[
'repo.Authorities'],
46 $dic[
'repo.UserAssignments']
51 $dic[
"repo.OperationContexts"]
55 $dic[
"repo.Operations"],
56 $dic[
"repo.OperationContexts"]
63 $dic[
'lng'] =
static fn():
\ilLanguage => $DIC[
'lng'];
65 new \ILIAS\Modules\OrgUnit\ARHelper\DropdownBuilder(
71 $dic[
'ctrl'] =
static fn():
\ilCtrl => $DIC[
'ilCtrl'];
72 $dic[
'tabs'] =
static fn():
\ilTabsGUI => $DIC[
'ilTabs'];
An entity that renders components to a string output.
Class ilCtrl provides processing control methods.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is to construct/collect the entries (=Links) of a row's action-dropdown.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is how the factory for UI elements looks.
Interface RequestWrapper.