ILIAS  release_8 Revision v8.23
ilCmiXapiExportGUI Class Reference
+ Inheritance diagram for ilCmiXapiExportGUI:
+ Collaboration diagram for ilCmiXapiExportGUI:

Public Member Functions

 __construct (ilObjCmiXapiGUI $a_parent_gui, ?ilObjCmiXapi $a_main_obj=null)
 
- Public Member Functions inherited from ilExportGUI
 __construct (object $a_parent_gui, ?ilObject $a_main_obj=null)
 
 addFormat (string $a_key, string $a_txt="", object $a_call_obj=null, string $a_call_func="")
 
 getFormats ()
 
 addCustomColumn (string $a_txt, object $a_obj, string $a_func)
 
 addCustomMultiCommand (string $a_txt, object $a_obj, string $a_func)
 
 getCustomMultiCommands ()
 
 getCustomColumns ()
 
 executeCommand ()
 
 listExportFiles ()
 
 createExportFile ()
 
 confirmDeletion ()
 Confirm file deletion. More...
 
 delete ()
 
 download ()
 Download file. More...
 
 handleCustomMultiCommand ()
 

Additional Inherited Members

- Protected Member Functions inherited from ilExportGUI
 initFileIdentifierFromQuery ()
 
 initFileIdentifiersFromPost ()
 
 initFormatFromPost ()
 
 initExportOptionsFromPost ()
 
 buildExportTableGUI ()
 
 getParentGUI ()
 
 showItemSelection ()
 Show container item selection table. More...
 
 saveItemSelection ()
 
- Protected Attributes inherited from ilExportGUI
Factory $refinery
 
Services $http
 
array $formats = array()
 
array $custom_columns = array()
 
array $custom_multi_commands = array()
 
ilObject $obj
 
ilLanguage $lng
 
ilGlobalTemplateInterface $tpl
 
ilCtrlInterface $ctrl
 
ilAccessHandler $access
 
ilErrorHandling $error
 
ilToolbarGUI $toolbar
 
ilObjectDefinition $objDefinition
 
ilTree $tree
 

Detailed Description

Definition at line 30 of file class.ilCmiXapiExportGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilCmiXapiExportGUI::__construct ( ilObjCmiXapiGUI  $a_parent_gui,
?ilObjCmiXapi  $a_main_obj = null 
)

Definition at line 32 of file class.ilCmiXapiExportGUI.php.

References ILIAS\GlobalScreen\Provider\__construct(), and ilExportGUI\addFormat().

33  {
34  parent::__construct($a_parent_gui, $a_main_obj);
35  $this->addFormat('xml');
36  new ilCmiXapiExporter($a_main_obj);
37  }
addFormat(string $a_key, string $a_txt="", object $a_call_obj=null, string $a_call_func="")
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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