40 $this->
access = $DIC->access();
41 $this->
user = $DIC->user();
45 $this->
setId(
"exc_mdf_upload");
51 $this->
setData($this->ass->getMultiFeedbackFiles(
$ilUser->getId()));
56 $this->
addColumn($this->
lng->txt(
"lastname"),
"lastname");
57 $this->
addColumn($this->
lng->txt(
"firstname"),
"firstname");
62 $this->
setRowTemplate(
"tpl.multi_feedback_confirmation_row.html",
"Modules/Exercise");
68 protected function fillRow(array $a_set): void
70 $this->tpl->setVariable(
"FIRSTNAME", $a_set[
"firstname"]);
71 $this->tpl->setVariable(
"LASTNAME", $a_set[
"lastname"]);
72 $this->tpl->setVariable(
"LOGIN", $a_set[
"login"]);
73 $this->tpl->setVariable(
"FILE", $a_set[
"file"]);
74 $this->tpl->setVariable(
"POST_FILE", md5($a_set[
"file"]));
75 $this->tpl->setVariable(
"USER_ID", $a_set[
"user_id"]);
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...
__construct(object $a_parent_obj, string $a_parent_cmd, ilExAssignment $a_ass)
Constructor.
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getFormAction(object $a_gui_obj, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)