19declare(strict_types=1);
39 $ilToolbar =
$DIC->toolbar();
41 $ilCtrl =
$DIC->ctrl();
43 $this->
toolbar = $DIC->toolbar();
44 $this->
lng = $DIC->language();
45 $this->
ctrl = $DIC->ctrl();
46 $this->ui_factory =
$DIC[
'ui.factory'];
53 $cmd = $this->
ctrl->getCmd();
55 $cmd ===
"simpleExport" ||
56 $cmd ===
"simpleExportExcel"
61 parent::executeCommand();
67 parent::listExportFiles();
74 $ilOrgUnitExporter->sendAndCreateSimpleExportFile();
Export User Interface Class.
Class ilObjOrgUnit GUI class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilObject Basic functions for all objects.
Class ilOrgUnitExportGUI.
__construct(ilObjOrgUnitGUI $a_parent_gui, ?ilObject $a_main_obj=null)
ILIAS UI Factory $ui_factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc