ILIAS
Release_5_0_x_branch Revision 61816
|
Export User Interface Class. More...
Public Member Functions | |
download () | |
Download file. | |
Public Member Functions inherited from ilExportGUI | |
__construct ($a_parent_gui, $a_main_obj=null) | |
Constuctor. | |
addFormat ($a_key, $a_txt="", $a_call_obj=null, $a_call_func="") | |
Add formats. | |
getFormats () | |
Get formats. | |
addCustomColumn ($a_txt, $a_obj, $a_func) | |
Add custom column. | |
addCustomMultiCommand ($a_txt, $a_obj, $a_func) | |
Add custom multi command. | |
getCustomMultiCommands () | |
Get custom multi commands. | |
getCustomColumns () | |
Get custom columns. | |
executeCommand () | |
Execute command. | |
listExportFiles () | |
List export files. | |
createExportFile () | |
Create export file. | |
confirmDeletion () | |
Confirm file deletion. | |
delete () | |
Delete files. | |
handleCustomMultiCommand () | |
Handle custom multi command. |
Protected Member Functions | |
buildExportTableGUI () | |
{
| |
Protected Member Functions inherited from ilExportGUI | |
getParentGUI () | |
get parent gui | |
showItemSelection () | |
Show container item selection table. | |
saveItemSelection () | |
Save selection of subitems. |
Additional Inherited Members | |
Protected Attributes inherited from ilExportGUI | |
$formats = array() | |
$custom_columns = array() | |
$custom_multi_commands = array() |
Export User Interface Class.
Definition at line 12 of file class.ilQuestionPoolExportGUI.php.
|
protected |
{
Reimplemented from ilExportGUI.
Definition at line 17 of file class.ilQuestionPoolExportGUI.php.
ilQuestionPoolExportGUI::download | ( | ) |
Download file.
Reimplemented from ilExportGUI.
Definition at line 27 of file class.ilQuestionPoolExportGUI.php.