19 declare(strict_types=1);
56 $this->container =
$DIC;
57 $this->main_tpl = $this->container->ui()->mainTemplate();
62 $this->container->ui(),
63 $this->container->http(),
69 $this->
object->getRefId()
73 $this->container->database(),
81 public function view(): void
83 $this->
ctrl->redirectByClass(ilFooterGroupsGUI::class);
94 $this->ui_handling->requireReadable();
97 $this->container->language()->loadLanguageModule(
'gsfo');
99 $this->main_tpl->setTitle($this->translator->translate(
'obj_gsfo'));
100 $this->main_tpl->setDescription($this->translator->translate(
'obj_gsfo_desc'));
102 $next_class = $this->
ctrl->getNextClass($this) ??
'';
103 $cmd = $this->
ctrl->getCmd(self::CMD_DEFAULT);
105 switch (strtolower($next_class)) {
106 case strtolower(ilPermissionGUI::class):
107 $this->tabs_gui->activateTab(self::TAB_PERMISSIONS);
110 case strtolower(ilFooterGroupsGUI::class):
111 $this->tabs_gui->activateTab(self::TAB_INDEX);
112 $this->
ctrl->forwardCommand(
129 $this->ui_handling->buildMainTabs();
New implementation of ilObjectGUI.
repository()
description: > Example for rendering a repository card
prepareOutput(bool $show_sub_objects=true)
Customizing of pimple-DIC for ILIAS.
__construct(Container $dic, ilPlugin $plugin)
ilRbacSystem $rbac_system