4 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
22 function __construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
26 $this->obj = $a_exp_obj;
28 parent::__construct($a_parent_obj, $a_parent_cmd);
30 $this->
setTitle($lng->txt(
'exp_export_files'));
39 $this->
setRowTemplate(
'tpl.export_table_row.html',
'Services/Export');
52 $this->
addColumn($this->lng->txt(
''),
'',
'1',
true);
53 $this->
addColumn($this->lng->txt(
'type'),
'type');
54 $this->
addColumn($this->lng->txt(
'file'),
'file');
55 $this->
addColumn($this->lng->txt(
'size'),
'size');
56 $this->
addColumn($this->lng->txt(
'date'),
'timestamp');
68 $this->custom_columns[] = array(
'txt' => $a_txt,
101 foreach ($this->parent_obj->getFormats() as $f)
103 $types[] = $f[
'key'];
104 $this->formats[$f[
'key']] = $f[
'txt'];
106 include_once(
'./Services/Export/classes/class.ilExport.php');
108 $types, $this->obj->getType());
119 $this->tpl->setCurrentBlock(
'custom');
120 $this->tpl->setVariable(
'VAL_CUSTOM', $c[
'obj']->$c[
'func']($a_set[
'type'], $a_set[
'file']).
' ');
121 $this->tpl->parseCurrentBlock();
123 $this->tpl->setVariable(
'VAL_ID', $this->
getRowId($a_set));
125 $type = ($this->formats[$a_set[
'type']] !=
"")
126 ? $this->formats[$a_set[
'type']]
128 $this->tpl->setVariable(
'VAL_TYPE', $type);
129 $this->tpl->setVariable(
'VAL_FILE', $a_set[
'file']);
130 $this->tpl->setVariable(
'VAL_SIZE', $a_set[
'size']);
140 return $row[
'type'].
':'.$row[
'file'];
__construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
Constructor.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
addCustomColumn($a_txt, $a_obj, $a_func)
Add custom column.
addCustomMultiCommand($a_txt, $a_cmd)
Add custom multi command.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
getCustomColumns()
Get custom columns.
_getExportFiles($a_obj_id, $a_export_types="", $a_obj_type="")
Get Export Files for a repository object.
addMultiCommand($a_cmd, $a_text)
Add Command button.
static formatDate(ilDateTime $date)
Format a date public.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action)
Set Form action parameter.
setEnableHeader($a_enableheader)
Set Enable Header.
getExportFiles()
Get export files.