19 declare(strict_types=1);
47 $this->ref_id = $DIC->http()->wrapper()->query()->has(
'ref_id')
48 ? $DIC->http()->wrapper()->query()->retrieve(
'ref_id', $DIC->refinery()->kindlyTo()->int())
53 $this->
tabs = $DIC[
'ilTabs'];
54 $this->
lng = $DIC->language();
55 $this->
lng->loadLanguageModule(
'mme');
56 $this->
ctrl = $DIC[
'ilCtrl'];
57 $this->tpl = $DIC[
'tpl'];
58 $this->tree = $DIC[
'tree'];
59 $this->rbac_system = $DIC[
'rbacsystem'];
68 $next_class = $this->
ctrl->getNextClass();
70 if ($next_class ==
'') {
71 $this->
ctrl->redirectByClass(ilMMTopItemGUI::class);
78 switch ($next_class) {
79 case strtolower(ilPermissionGUI::class):
80 $this->tab_handling->initTabs(self::TAB_PERMISSIONS);
81 $this->
tabs->activateTab(self::TAB_PERMISSIONS);
83 $this->
ctrl->forwardCommand($perm_gui);
85 case strtolower(ilMMTopItemGUI::class):
88 $this->
ctrl->forwardCommand($g);
90 case strtolower(ilMMSubItemGUI::class):
93 $this->
ctrl->forwardCommand($g);
95 case strtolower(ilMMUploadHandlerGUI::class):
97 $this->
ctrl->forwardCommand($g);
Class ilObjMainMenuGUI ilObjMainMenuGUI: ilAdministrationGUI ilObjMainMenuGUI: ilPermissionGUI.
__construct()
ilObjMainMenuGUI constructor.
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
New implementation of ilObjectGUI.
prepareOutput(bool $show_sub_objects=true)
ilRbacSystem $rbac_system
Class ilMMUploadHandlerGUI.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class ilMMTopItemGUI ilMMSubItemGUI: ilObjMainMenuGUI ilMMSubItemGUI: ilMMItemTranslationGUI.
Class ilMMTopItemGUI ilMMTopItemGUI: ilObjMainMenuGUI ilMMTopItemGUI: ilMMItemTranslationGUI.
__construct(Container $dic, ilPlugin $plugin)
assignObject()
create object instance as internal property (repository/workspace switch)
ilMMTabHandling $tab_handling