28 public function __construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
37 protected function formatActionsList(
string $type,
string $filename): string
43 $ilCtrl =
$DIC[
'ilCtrl'];
46 $list->setListTitle($this->
lng->txt(
'actions'));
48 $list->addItem($this->
lng->txt(
'download'),
'', $ilCtrl->getLinkTarget($this->getParentObject(),
'download'));
50 return $list->getHTML();
77 if (in_array($a_field, array(
'size',
'date'))) {
84 protected function getRowId(array $row): string
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addMultiCommand(string $a_cmd, string $a_text)
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...
addFormat(string $format)
numericOrdering(string $a_field)
Should this field be sorted numeric?
__construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
getExportFiles()
Overwrite method because data is passed from outside.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc