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(
''));
52 $this->tpl->parseCurrentBlock();
57 return $this->tpl->get();
static _lookupThreadSubject(int $a_thread_id)
getSubItemIds(bool $limited=false)
Base class for all sub item list gui's.