|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilOrgUnitExportGUI:
Collaboration diagram for ilOrgUnitExportGUI:Public Member Functions | |
| __construct (ilObjOrgUnitGUI $a_parent_gui, ?ilObject $a_main_obj=null) | |
| listExportFiles () | |
| simpleExport () | |
| simpleExportExcel () | |
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 () | |
Protected Attributes | |
| ilToolbarGUI | $toolbar |
| ilLanguage | $lng |
| ilCtrlInterface | $ctrl |
| ilObject | $ilObjOrgUnit |
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 |
Private Member Functions | |
| extendExportGUI () | |
Additional Inherited Members | |
Protected Member Functions inherited from ilExportGUI | |
| initFileIdentifierFromQuery () | |
| initFileIdentifiersFromPost () | |
| initFormatFromPost () | |
| initExportOptionsFromPost () | |
| buildExportTableGUI () | |
| getParentGUI () | |
| showItemSelection () | |
| Show container item selection table. More... | |
| saveItemSelection () | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilOrgUnitExportGUI
Definition at line 25 of file class.ilOrgUnitExportGUI.php.
| ilOrgUnitExportGUI::__construct | ( | ilObjOrgUnitGUI | $a_parent_gui, |
| ?ilObject | $a_main_obj = null |
||
| ) |
Definition at line 32 of file class.ilOrgUnitExportGUI.php.
References $DIC, $lng, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), extendExportGUI(), ilObjectGUI\getObject(), ilObject\getRefId(), ilObjOrgUnit\getRootOrgRefId(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
private |
Definition at line 59 of file class.ilOrgUnitExportGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitExportGUI::listExportFiles | ( | ) |
Reimplemented from ilExportGUI.
Definition at line 52 of file class.ilOrgUnitExportGUI.php.
References ilObject\getRefId(), and ilObjOrgUnit\getRootOrgRefId().
Here is the call graph for this function:| ilOrgUnitExportGUI::simpleExport | ( | ) |
Definition at line 68 of file class.ilOrgUnitExportGUI.php.
| ilOrgUnitExportGUI::simpleExportExcel | ( | ) |
Definition at line 74 of file class.ilOrgUnitExportGUI.php.
References ilObjOrgUnit\getRootOrgRefId().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilOrgUnitExportGUI.php.
|
protected |
Definition at line 30 of file class.ilOrgUnitExportGUI.php.
|
protected |
Definition at line 28 of file class.ilOrgUnitExportGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilOrgUnitExportGUI.php.