19 declare(strict_types=1);
37 $this->tpl->setCurrentBlock(
'sea_fragment');
38 $this->tpl->setVariable(
42 $this->tpl->parseCurrentBlock();
44 $this->tpl->setCurrentBlock(
'subitem');
45 $this->tpl->setVariable(
'SUBITEM_TYPE', $DIC->language()->txt(
'thread'));
46 $this->tpl->setVariable(
'SEPERATOR',
':');
49 $this->tpl->setVariable(
'LINK', $this->
getItemListGUI()->getCommandLink(
'thread'));
50 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
59 $this->tpl->parseCurrentBlock();
64 return $this->tpl->get();
static _lookupThreadSubject(int $a_thread_id)
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...