ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilQuestionPoolExportGUI Class Reference

Export User Interface Class. More...

+ Inheritance diagram for ilQuestionPoolExportGUI:
+ Collaboration diagram for ilQuestionPoolExportGUI:

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 ()
 {
Returns
ilExportTableGUI
}
- 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()

Detailed Description

Export User Interface Class.

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 12 of file class.ilQuestionPoolExportGUI.php.

Member Function Documentation

ilQuestionPoolExportGUI::buildExportTableGUI ( )
protected

{

Returns
ilExportTableGUI
}

Reimplemented from ilExportGUI.

Definition at line 17 of file class.ilQuestionPoolExportGUI.php.

{
require_once 'Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolExportTableGUI.php';
$table = new ilQuestionPoolExportTableGUI($this, 'listExportFiles', $this->obj);
return $table;
}
ilQuestionPoolExportGUI::download ( )

Download file.

Reimplemented from ilExportGUI.

Definition at line 27 of file class.ilQuestionPoolExportGUI.php.

References $_GET, and $_POST.

{
if(isset($_GET['file']) && $_GET['file'])
{
$_POST['file'] = array($_GET['file']);
}
}

The documentation for this class was generated from the following file: