34 $this->
access = $DIC->access();
42 if ($ilAccess->checkAccess(
'write',
'', $this->getRefId())) {
63 $this->tpl->setCurrentBlock(
'sea_fragment');
65 $this->tpl->parseCurrentBlock();
67 $this->tpl->setCurrentBlock(
'subitem');
68 $this->tpl->setVariable(
'SUBITEM_TYPE',
$lng->
txt(
'exc_assignment'));
69 $this->tpl->setVariable(
'SEPERATOR',
':');
71 $this->tpl->setVariable(
'LINK',
'ilias.php?baseClass=ilExerciseHandlerGUI&cmd=showOverview&ref_id=' . $this->
getRefId() .
'&ass_id=' . $sub_item);
78 $this->tpl->parseCurrentBlock();
83 return $valid ? $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)
static lookupTitle(int $a_id)
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.
__construct(string $a_cmd_class)
__construct(Container $dic, ilPlugin $plugin)
isAssignmentVisible(int $a_ass_id)
static lookupAssignmentOnline(int $a_ass_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...