3 declare(strict_types=1);
32 $this->tpl = $DIC->ui()->mainTemplate();
33 $this->
http = $DIC->http();
34 $this->
ctrl = $DIC->ctrl();
35 $this->
lng = $DIC->language();
36 $this->
tabs = $DIC->tabs();
39 $this->entry_id = $a_entry_id;
45 $this->
ctrl->saveParameter($this,
'entry_id');
48 if ($this->
http->wrapper()->query()->has(
'user')) {
49 $user = $this->
http->wrapper()->query()->retrieve(
51 $this->
refinery->kindlyTo()->string()
56 $next_class = $this->
ctrl->getNextClass($this);
57 switch ($this->
ctrl->getNextClass($this)) {
58 case 'ilpublicuserprofilegui':
63 $profile_gui->setBackUrl(
64 $this->
ctrl->getLinkTarget($this, self::DEFAULT_CMD)
66 $html = $this->
ctrl->forwardCommand($profile_gui);
67 $this->tpl->setContent($html);
71 $cmd = $this->
ctrl->getCmd(self::DEFAULT_CMD);
79 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"meta_info_only_repository_objects"));
85 $table_gui->setFilterCommand(
"applyUsageFilter");
86 $table_gui->setResetCommand(
"resetUsageFilter");
90 $this->tpl->setContent($table_gui->getHTML());
105 $table_gui->resetOffset();
106 $table_gui->writeFilterToSession();
108 $this->
ctrl->redirect($this, self::DEFAULT_CMD);
118 $table_gui->resetOffset();
119 $table_gui->resetFilter();
121 $this->
ctrl->redirect($this, self::DEFAULT_CMD);
126 $this->
tabs->clearTargets();
127 $this->
tabs->setBackTarget(
128 $this->
lng->txt(
'back'),
129 $this->
ctrl->getParentReturn($this)
Interface GlobalHttpState.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_entry_id)
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.