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'],
    52             $dic[
"repo.OperationContexts"]
    56             $dic[
"repo.Operations"],
    57             $dic[
"repo.OperationContexts"]
    59         $dic[
'ui.factory'] = 
static fn(): \ILIAS\UI\Factory => $DIC[
'ui.factory'];
    60         $dic[
'ui.renderer'] = 
static fn(): \ILIAS\UI\Renderer => $DIC[
'ui.renderer'];
    64         $dic[
'lng'] = 
static fn(): 
\ilLanguage => $DIC[
'lng'];
    65         $dic[
'ctrl'] = 
static fn(): 
\ilCtrl => $DIC[
'ilCtrl'];
    66         $dic[
'tabs'] = 
static fn(): 
\ilTabsGUI => $DIC[
'ilTabs'];
 
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 file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Interface RequestWrapper.