|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Export User Interface Class. More...
Inheritance diagram for ilTestExportGUI:
Collaboration diagram for ilTestExportGUI:Public Member Functions | |
| __construct (ilObjTestGUI $parent_gui, private readonly ilDBInterface $db, private readonly ilObjectDataCache $obj_cache, private readonly ilObjUser $user, private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly IRSS $irss, private readonly ServerRequestInterface $request, private readonly DBRepository $export_repository, private readonly Filesystem $temp_file_system, private readonly ilTestParticipantAccessFilterFactory $participant_access_filter_factory, private readonly TestResultsRepository $test_results_repository, private readonly ilTestHTMLGenerator $html_generator) | |
| createTestExportWithResults () | |
| Create test export file. More... | |
| createTestArchiveExport () | |
Public Member Functions inherited from ilExportGUI | |
| __construct (object $a_parent_gui, ?ilObject $a_main_obj=null, bool $public_access_enabled=true, bool $default_export_option_enabled=true) | |
| isPublicAccessEnabled () | |
| executeCommand () | |
| addFormat () | |
| @depricated More... | |
| listExportFiles () | |
| getFormats () | |
| @depricated More... | |
Additional Inherited Members | |
Data Fields inherited from ilExportGUI | |
| const | CMD_LIST_EXPORT_FILES = "listExportFiles" |
| const | CMD_EXPORT_XML = "createXmlExportFile" |
Protected Member Functions inherited from ilExportGUI | |
| initExportOptionsFromPost () | |
| builtExportOptionCommand (ilExportHandlerConsumerExportOptionInterface $export_option) | |
| enableStandardXMLExport () | |
| initExportOptions () | |
| displayExportFiles () | |
| createXMLExportFile () | |
| showItemSelection () | |
| Show container item selection table. More... | |
| saveItemSelection () | |
| createXMLExport (ExportConfigCollectionInterface $export_configs) | |
| createXMLContainerExport () | |
Protected Attributes inherited from ilExportGUI | |
| const | CMD_SAVE_ITEM_SELECTION = "saveItemSelection" |
| const | CMD_EXPORT_OPTION_PREFIX = "exportOption" |
| ilExportHandlerConsumerExportOptionCollectionInterface | $export_options |
| ilUIServices | $ui_services |
| ilHTTPServices | $http |
| ilRefineryFactory | $refinery |
| ilObjUser | $il_user |
| ilLanguage | $lng |
| ilObject | $obj |
| ilGlobalTemplateInterface | $tpl |
| ilCtrlInterface | $ctrl |
| ilAccessHandler | $access |
| ilErrorHandling | $error |
| ilToolbarGUI | $toolbar |
| ilObjectDefinition | $obj_definition |
| ilTree | $tree |
| ilExportHandler | $export_handler |
| ilExportHandlerConsumerContextInterface | $context |
| ilDataFactory | $data_factory |
| object | $parent_gui |
| bool | $public_access_enabled |
Export User Interface Class.
Definition at line 39 of file class.ilTestExportGUI.php.
| ilTestExportGUI::__construct | ( | ilObjTestGUI | $parent_gui, |
| private readonly ilDBInterface | $db, | ||
| private readonly ilObjectDataCache | $obj_cache, | ||
| private readonly ilObjUser | $user, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly UIRenderer | $ui_renderer, | ||
| private readonly IRSS | $irss, | ||
| private readonly ServerRequestInterface | $request, | ||
| private readonly DBRepository | $export_repository, | ||
| private readonly Filesystem | $temp_file_system, | ||
| private readonly ilTestParticipantAccessFilterFactory | $participant_access_filter_factory, | ||
| private readonly TestResultsRepository | $test_results_repository, | ||
| private readonly ilTestHTMLGenerator | $html_generator | ||
| ) |
Definition at line 41 of file class.ilTestExportGUI.php.
References ilExportGUI\$parent_gui, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilTestExportGUI::createTestArchiveExport | ( | ) |
Definition at line 115 of file class.ilTestExportGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilFileUtils\ilTempnam(), ILIAS\Repository\lng(), ilFileUtils\makeDirParents(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilTestExportGUI::createTestExportWithResults | ( | ) |
Create test export file.
Definition at line 62 of file class.ilTestExportGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\UICore\GlobalTemplate\MESSAGE_TYPE_SUCCESS.
Here is the call graph for this function: