26 protected \ILIAS\Exercise\InternalDomainService
$domain;
27 protected \ILIAS\Exercise\InternalGUIService
$gui;
37 $this->
ctrl = $DIC->ctrl();
38 $this->
lng = $DIC->language();
39 $ilCtrl = $DIC->ctrl();
40 $lng = $DIC->language();
45 $this->
setData($this->ass->getMemberListData());
46 $this->
setTitle(
$lng->
txt(
"exc_assignment") .
": " . $this->ass->getTitle());
58 $this->
setRowTemplate(
"tpl.exc_public_submissions_row.html",
"components/ILIAS/Exercise");
61 $this->gui = $DIC->exercise()->internal()->gui();
62 $this->domain = $DIC->exercise()->internal()->domain();
69 protected function fillRow(array $a_set): void
74 $member_id = $a_set[
"usr_id"];
80 $this->tpl->setVariable(
84 $this->tpl->setVariable(
86 "[" . $a_set[
"login"] .
"]" 90 $this->tpl->setVariable(
92 $mem_obj->getPersonalPicturePath(
"xxsmall")
94 $this->tpl->setVariable(
"USR_ALT",
$lng->
txt(
"personal_picture"));
97 $subs = $this->domain->submission($this->ass->getId())->getSubmissionsOfUser($member_id);
98 $sub_cnt = count(iterator_to_array($subs));
100 $this->tpl->setVariable(
"TXT_SUBMITTED_FILES",
$lng->
txt(
"exc_files_returned"));
101 $this->tpl->setVariable(
"VAL_SUBMITTED_FILES", $sub_cnt);
105 $ilCtrl->setParameterByClass(
"ilExSubmissionFileGUI",
"member_id", $member_id);
106 $url = $ilCtrl->getLinkTargetByClass(
"ilExSubmissionFileGUI",
"downloadReturned");
107 $ilCtrl->setParameterByClass(
"ilExSubmissionFileGUI",
"member_id",
"");
110 $button = $this->gui->button(
111 $lng->
txt(
"exc_download_files"),
114 $this->tpl->setVariable(
"BTN_DOWNLOAD", $button->render());
117 $this->tpl->parseCurrentBlock();
setTopCommands(bool $a_val)
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
setEnableTitle(bool $a_enabletitle)
__construct(object $a_parent_obj, string $a_parent_cmd, ilExAssignment $a_ass)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
ILIAS Exercise InternalDomainService $domain
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
ILIAS Exercise InternalGUIService $gui
setEnableHeader(bool $a_enableheader)