|
ILIAS
Release_5_0_x_branch Revision 61816
|
Export User Interface Class. More...
Inheritance diagram for ilTestExportGUI:
Collaboration diagram for ilTestExportGUI:Public Member Functions | |
| createTestArchiveExport () | |
| listExportFiles () | |
| List export files. | |
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. | |
| createExportFile () | |
| Create export file. | |
| confirmDeletion () | |
| Confirm file deletion. | |
| delete () | |
| Delete files. | |
| download () | |
| Download file. | |
| 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() | |
|
protected |
Reimplemented from ilExportGUI.
Definition at line 56 of file class.ilTestExportGUI.php.
Referenced by listExportFiles().
Here is the caller graph for this function:| ilTestExportGUI::createTestArchiveExport | ( | ) |
Definition at line 99 of file class.ilTestExportGUI.php.
References $ilCtrl, ilTestPDFGenerator\PDF_OUTPUT_FILE, and ilUtil\sendInfo().
Here is the call graph for this function:| ilTestExportGUI::listExportFiles | ( | ) |
List export files.
| @return |
Reimplemented from ilExportGUI.
Definition at line 129 of file class.ilTestExportGUI.php.
References $ilCtrl, $lng, $options, $si, $tpl, buildExportTableGUI(), ilExportGUI\getCustomColumns(), ilExportGUI\getCustomMultiCommands(), ilExportGUI\getFormats(), ilExportGUI\getParentGUI(), and ilTestArchiver\getZipExportDirectory().
Here is the call graph for this function: