4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
20 function __construct($a_parent_obj, $a_parent_cmd, $a_exc, $a_ass_id)
24 $this->exercise = $a_exc;
25 $this->ass_id = $a_ass_id;
26 $this->exc_id = $a_exc->getId();
28 include_once(
"./Modules/Exercise/classes/class.ilExAssignment.php");
31 parent::__construct($a_parent_obj, $a_parent_cmd);
33 $this->
setTitle($this->lng->txt(
"already_delivered_files").
" - ".
34 $this->ass->getTitle());
37 $this->
addColumn($this->lng->txt(
""),
"",
"1", 1);
38 $this->
addColumn($this->lng->txt(
"filename"),
"filetitle");
43 $this->lng->loadLanguageModule(
"file");
44 $this->
addColumn($this->lng->txt(
"file_uploaded_by"));
45 include_once
"Services/User/classes/class.ilUserUtil.php";
48 $this->
addColumn($this->lng->txt(
"date"),
"timestamp14");
54 $this->
setRowTemplate(
"tpl.delivered_file_row.html",
"Modules/Exercise");
58 if (mktime() < $this->ass->getDeadline() || ($this->ass->getDeadline() == 0))
87 $this->tpl->setVariable(
"FILE_ID",
$file[
"returned_id"]);
88 $this->tpl->setVariable(
"DELIVERED_FILE",
$file[
"filetitle"]);
95 $this->tpl->setVariable(
"DELIVERED_OWNER",
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
__construct($a_parent_obj, $a_parent_cmd, $a_exc, $a_ass_id)
Constructor.
static getNamePresentation($a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true)
Default behaviour is:
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setLimit($a_limit=0, $a_default_limit=0)
set max.
getDeliveredFiles($a_exc_id, $a_ass_id, $a_user_id, $a_filter_empty_filename=false)
was: getDeliveredFiles($a_member_id)
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
addMultiCommand($a_cmd, $a_text)
Add Command button.
static formatDate(ilDateTime $date)
Format a date public.
getDeliveredFiles()
Get delivered files.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
disable($a_module_name)
diesables particular modules of table
fillRow($file)
Fill table row.
setFormAction($a_form_action)
Set Form action parameter.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.