33         $this->
user = $DIC->user();
    44                 $this->tpl->setCurrentBlock(
'sea_fragment');
    46                 $this->tpl->parseCurrentBlock();
    48             $this->tpl->setCurrentBlock(
'subitem');
    49             $this->tpl->setVariable(
'SUBITEM_TYPE', 
$lng->
txt(
'cont_term'));
    50             $this->tpl->setVariable(
'SEPERATOR', 
':');
    54             $this->tpl->setVariable(
'LINK', ilLink::_getLink(
    58                     'target' => 
'git_' . $sub_item . 
'_' . $this->
getRefId(),
    63             $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
    65             $this->tpl->parseCurrentBlock();
    70         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...
 
static _getInstance(int $a_usr_id)
 
Base class for all sub item list gui's. 
 
__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. 
 
static _lookGlossaryTerm(int $term_id)
get glossary term 
 
__construct(Container $dic, ilPlugin $plugin)