34 $this->
lng = $DIC->language();
35 $this->
user = $DIC->user();
46 $this->tpl->setCurrentBlock(
'sea_fragment');
48 $this->tpl->parseCurrentBlock();
51 $this->tpl->setCurrentBlock(
'subitem');
57 $this->tpl->setVariable(
'SUBITEM_TYPE',
$lng->
txt(
'obj_pg'));
58 $this->tpl->setVariable(
'SEPERATOR',
':');
60 $link =
'&srcstring=1';
63 $this->tpl->setVariable(
'LINK', $link);
64 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
65 $this->tpl->setVariable(
'TITLE', $title);
67 $this->tpl->setVariable(
'SUBITEM_TYPE',
$lng->
txt(
'obj_file'));
68 $this->tpl->setVariable(
'SEPERATOR',
':');
73 $this->tpl->setVariable(
'LINK', $link);
76 $this->tpl->parseCurrentBlock();
82 $this->tpl->parseCurrentBlock();
87 return $this->tpl->get();
getSubItemIds(bool $limited=false)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
parseRelevance(int $sub_item)
__construct(string $a_cmd_class)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadLanguageModule(string $a_module)
Load language module.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
static getGotoLink(int $a_ref_id, string $a_page="")
static lookupTitle(int $a_page_id)
__construct(Container $dic, ilPlugin $plugin)