3declare(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());
 
   77            $this->tpl->parseCurrentBlock();
 
   81        return $this->tpl->get();
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilWebLinkRepository $web_link_repo
 
__construct(string $cmd_class)
 
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...
 
getSubItemIds(bool $limited=false)
 
parseRelevance(int $sub_item)
 
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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc