3 declare(strict_types=1);
30 $this->
setId(
'memexp');
33 $this->
setTitle($this->
lng->txt(
'ps_export_files'));
43 $this->
setRowTemplate(
'tpl.mem_export_file_row.html',
'Services/Membership');
52 return in_array($a_field, array(
'size',
'date'));
58 foreach ($a_fss_export->getMemberExportFiles() as $exp_file) {
60 'id' => md5($exp_file[
'name']),
61 'type' => strtoupper($exp_file[
"type"]),
62 'date' => $exp_file[
'timest'],
63 'size' => $exp_file[
'size']
70 protected function fillRow(array $a_set): void
74 $ilCtrl = $DIC[
'ilCtrl'];
76 $this->tpl->setVariable(
'VAL_ID', $a_set[
'id']);
77 $this->tpl->setVariable(
'VAL_TYPE', $a_set[
'type']);
79 $this->tpl->setVariable(
88 $this->tpl->setVariable(
'URL_DOWNLOAD',
$url);
89 $this->tpl->setVariable(
'TXT_DOWNLOAD', $this->
lng->txt(
'download'));
numericOrdering(string $a_field)
setFormAction(string $a_form_action, bool $a_multipart=false)
getFiles(ilFileSystemAbstractionStorage $a_fss_export)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
__construct(object $a_parent_obj, string $a_parent_cmd, ilFileSystemAbstractionStorage $a_fss_export)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setDefaultOrderField(string $a_defaultorderfield)
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.
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__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)
addMultiCommand(string $a_cmd, string $a_text)