4require_once
'Services/Export/classes/class.ilExportTableGUI.php';
5require_once
'Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php';
21 public function __construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
23 parent::__construct($a_parent_obj, $a_parent_cmd, $a_exp_obj);
34 protected function formatActionsList($type,
$filename)
42 $list->setListTitle($this->lng->txt(
'actions'));
44 $list->addItem($this->lng->txt(
'download'),
'',
$ilCtrl->getLinkTarget($this->getParentObject(),
'download'));
46 return $list->getHTML();
54 if(in_array($a_field, array(
'size',
'date')))
An exception for terminatinating execution or to throw for unit testing.
User interface class for advanced drop-down selection lists.
Class ilQuestionPoolExportTableGUI.
__construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
Constructor.
numericOrdering($a_field)
Should this field be sorted numeric?boolean numeric ordering; default is false
getParentObject()
Get parent object.
addMultiCommand($a_cmd, $a_text)
Add Command button.