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)
43 $list->setListTitle($this->lng->txt(
'actions'));
45 $list->addItem($this->lng->txt(
'download'),
'',
$ilCtrl->getLinkTarget($this->getParentObject(),
'download'));
47 return $list->getHTML();
55 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.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc