19 declare(strict_types=1);
39 $this->
lng->loadLanguageModule(
'webr');
43 $item = $this->web_link_repo->getItemByLinkId($sub_item);
54 $this->tpl->setCurrentBlock(
'sea_fragment');
55 $this->tpl->setVariable(
62 $this->tpl->parseCurrentBlock();
64 $this->tpl->setCurrentBlock(
'subitem');
65 $this->tpl->setVariable(
'SUBITEM_TYPE', $this->
lng->txt(
'webr'));
66 $this->tpl->setVariable(
'SEPERATOR',
':');
67 $this->tpl->setVariable(
69 $item->getResolvedLink((
bool) $this->settings->get(
'links_dynamic'))
71 $this->tpl->setVariable(
'TARGET',
'_blank');
72 $this->tpl->setVariable(
'TITLE', $item->getTitle());
73 $this->tpl->parseCurrentBlock();
77 return $this->tpl->get();
__construct(string $cmd_class)
getSubItemIds(bool $limited=false)
Base class for all sub item list gui's.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ilWebLinkRepository $web_link_repo
__construct(Container $dic, ilPlugin $plugin)