|
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 ilTestExportGUI:
Collaboration diagram for ilTestExportGUI:Public Member Functions | |
| __construct ($a_parent_gui, $a_main_obj=null) | |
| createTestArchiveExport () | |
| listExportFiles () | |
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 Member Functions | |
| buildExportTableGUI () | |
Protected Member Functions inherited from ilExportGUI | |
| initFileIdentifierFromQuery () | |
| initFileIdentifiersFromPost () | |
| initFormatFromPost () | |
| initExportOptionsFromPost () | |
| buildExportTableGUI () | |
| getParentGUI () | |
| showItemSelection () | |
| Show container item selection table. More... | |
| saveItemSelection () | |
Private Member Functions | |
| getExportTypeFromFileName (string $export_file) | |
Private Attributes | |
| ILIAS Test InternalRequestService | $testrequest |
Additional Inherited Members | |
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 |
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 Export User Interface Class
@ilCtrl_Calls ilTestExportGUI: ilParticipantsTestResultsGUI
Definition at line 31 of file class.ilTestExportGUI.php.
| ilTestExportGUI::__construct | ( | $a_parent_gui, | |
$a_main_obj = null |
|||
| ) |
Definition at line 35 of file class.ilTestExportGUI.php.
References $DIC, XapiProxy\$plugin, ILIAS\GlobalScreen\Provider\__construct(), and ilExportGUI\addFormat().
Here is the call graph for this function:
|
protected |
Reimplemented from ilExportGUI.
Definition at line 61 of file class.ilTestExportGUI.php.
Referenced by listExportFiles().
Here is the caller graph for this function:| ilTestExportGUI::createTestArchiveExport | ( | ) |
Definition at line 120 of file class.ilTestExportGUI.php.
References $DIC, $ilDB, ilExportGUI\$lng, ilFileUtils\delDir(), ilFileUtils\ilTempnam(), ilFileUtils\makeDirParents(), ilTestPDFGenerator\PDF_OUTPUT_FILE, PDF_USER_RESULT, and ilPDFGeneratorUtils\prepareGenerationRequest().
Here is the call graph for this function:
|
private |
Definition at line 263 of file class.ilTestExportGUI.php.
References ILIAS\Repository\lng().
Referenced by listExportFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestExportGUI::listExportFiles | ( | ) |
Reimplemented from ilExportGUI.
Definition at line 170 of file class.ilTestExportGUI.php.
References $c, $data, $DIC, Vendor\Package\$f, $format, ilExportGUI\$lng, ilExportGUI\$tpl, buildExportTableGUI(), ilExportGUI\getCustomColumns(), ilExportGUI\getCustomMultiCommands(), getExportTypeFromFileName(), ilExportGUI\getFormats(), ILIAS\Survey\Mode\getId(), ilExportGUI\getParentGUI(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:
|
private |
Definition at line 33 of file class.ilTestExportGUI.php.