35 $ilToolbar = $DIC->toolbar();
36 $lng = $DIC->language();
37 $ilCtrl = $DIC->ctrl();
43 $this->
ctrl = $ilCtrl;
55 parent::listExportFiles();
61 $this->
toolbar->addButton($this->
lng->txt(
"simple_xml"), $this->
ctrl->getLinkTarget($this,
"simpleExport"));
63 $this->
lng->txt(
"simple_xls"),
64 $this->
ctrl->getLinkTarget($this,
"simpleExportExcel")
71 $ilOrgUnitExporter->sendAndCreateSimpleExportFile();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjOrgUnitGUI $a_parent_gui, ?ilObject $a_main_obj=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)