36 $this->
setData($this->lm->getPublicExportFiles());
48 $this->
setRowTemplate(
"tpl.download_file_row.html",
"components/ILIAS/LearningModule");
53 $this->
setData($this->lm->getPublicExportFiles());
56 protected function fillRow(array $a_set): void
58 $this->tpl->setVariable(
"TXT_FILENAME", $a_set[
"file"]);
61 $this->tpl->setVariable(
"TXT_FORMAT", strtoupper($a_set[
"type"]));
62 $this->tpl->setVariable(
"CHECKBOX_ID", $a_set[
"type"] .
":" . $a_set[
"file"]);
64 $file_arr = explode(
"__", $a_set[
"file"]);
68 $this->tpl->setVariable(
"TXT_DOWNLOAD", $this->
lng->txt(
"download"));
69 $this->
ctrl->setParameter($this->parent_obj,
"type", $a_set[
"dir_type"]);
70 $this->tpl->setVariable(
72 $this->
ctrl->getLinkTarget($this->parent_obj,
"downloadExportFile")
75 $this->tpl->parseCurrentBlock();
static array static setUseRelativeDates(bool $a_status)
set use relative dates
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormAction(string $a_form_action, bool $a_multipart=false)
static formatSize(int $size, string $a_mode='short', ?ilLanguage $a_lng=null)
Returns the specified file size value in a human friendly form.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(object $a_parent_obj, string $a_parent_cmd, ilObjLearningModule $a_lm)
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
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)
disable(string $a_module_name)
setMaxCount(int $a_max_count)
set max.