|
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 ilExportGUI:
Collaboration diagram for ilExportGUI:Public Member Functions | |
| __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 | |
| initFileIdentifierFromQuery () | |
| initFileIdentifiersFromPost () | |
| initFormatFromPost () | |
| initExportOptionsFromPost () | |
| buildExportTableGUI () | |
| getParentGUI () | |
| showItemSelection () | |
| Show container item selection table. More... | |
| saveItemSelection () | |
Protected Attributes | |
| 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 Attributes | |
| object | $parent_gui |
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
Definition at line 29 of file class.ilExportGUI.php.
| ilExportGUI::__construct | ( | object | $a_parent_gui, |
| ?ilObject | $a_main_obj = null |
||
| ) |
Definition at line 49 of file class.ilExportGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilExportGUI::addCustomColumn | ( | string | $a_txt, |
| object | $a_obj, | ||
| string | $a_func | ||
| ) |
Definition at line 159 of file class.ilExportGUI.php.
| ilExportGUI::addCustomMultiCommand | ( | string | $a_txt, |
| object | $a_obj, | ||
| string | $a_func | ||
| ) |
Definition at line 167 of file class.ilExportGUI.php.
| ilExportGUI::addFormat | ( | string | $a_key, |
| string | $a_txt = "", |
||
| object | $a_call_obj = null, |
||
| string | $a_call_func = "" |
||
| ) |
Definition at line 137 of file class.ilExportGUI.php.
References ILIAS\Repository\lng().
Referenced by ilTestExportGUI\__construct(), and ilCmiXapiExportGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilDclExportGUI, ilTestExportGUI, and ilQuestionPoolExportGUI.
Definition at line 127 of file class.ilExportGUI.php.
| ilExportGUI::confirmDeletion | ( | ) |
Confirm file deletion.
Definition at line 288 of file class.ilExportGUI.php.
References $filename, $i, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExportGUI::createExportFile | ( | ) |
Reimplemented in ilDclExportGUI.
Definition at line 260 of file class.ilExportGUI.php.
References Vendor\Package\$f, $format, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilExportGUI::delete | ( | ) |
Definition at line 314 of file class.ilExportGUI.php.
References ilExport\_getExportDirectory(), ILIAS\Repository\ctrl(), ilFileUtils\delDir(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExportGUI::download | ( | ) |
Download file.
Reimplemented in ilQuestionPoolExportGUI.
Definition at line 350 of file class.ilExportGUI.php.
References ilExport\_getExportDirectory(), ILIAS\Repository\ctrl(), and ilFileDelivery\deliverFileLegacy().
Here is the call graph for this function:| ilExportGUI::executeCommand | ( | ) |
Definition at line 185 of file class.ilExportGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), ILIAS\Repository\lng(), and ilExportLimitation\SET_EXPORT_DISABLED.
Here is the call graph for this function:| ilExportGUI::getCustomColumns | ( | ) |
Definition at line 180 of file class.ilExportGUI.php.
Referenced by ilTestExportGUI\listExportFiles().
Here is the caller graph for this function:| ilExportGUI::getCustomMultiCommands | ( | ) |
Definition at line 175 of file class.ilExportGUI.php.
Referenced by ilTestExportGUI\listExportFiles().
Here is the caller graph for this function:| ilExportGUI::getFormats | ( | ) |
Definition at line 154 of file class.ilExportGUI.php.
References $formats.
Referenced by ilTestExportGUI\listExportFiles().
Here is the caller graph for this function:
|
protected |
Definition at line 132 of file class.ilExportGUI.php.
References $parent_gui.
Referenced by ilTestExportGUI\listExportFiles().
Here is the caller graph for this function:| ilExportGUI::handleCustomMultiCommand | ( | ) |
Definition at line 372 of file class.ilExportGUI.php.
References $c, and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 109 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 74 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 85 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 98 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilExportGUI::listExportFiles | ( | ) |
Reimplemented in ilOrgUnitExportGUI, and ilTestExportGUI.
Definition at line 221 of file class.ilExportGUI.php.
References $c, Vendor\Package\$f, $format, ILIAS\Repository\ctrl(), ilSubmitButton\getInstance(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 395 of file class.ilExportGUI.php.
References Vendor\Package\$e, $ref_id, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), ilExportOptions\allocateExportId(), ILIAS\Repository\ctrl(), ilExportOptions\EXPORT_BUILD, ilExportOptions\EXPORT_OMIT, ilExportOptions\KEY_ITEM_MODE, ilExportOptions\KEY_ROOT, ILIAS\Repository\lng(), and ilExportOptions\newInstance().
Here is the call graph for this function:
|
protected |
Show container item selection table.
Definition at line 385 of file class.ilExportGUI.php.
|
protected |
Definition at line 42 of file class.ilExportGUI.php.
|
protected |
Definition at line 41 of file class.ilExportGUI.php.
|
protected |
Definition at line 34 of file class.ilExportGUI.php.
|
protected |
Definition at line 35 of file class.ilExportGUI.php.
|
protected |
Definition at line 43 of file class.ilExportGUI.php.
|
protected |
Definition at line 33 of file class.ilExportGUI.php.
|
protected |
Definition at line 32 of file class.ilExportGUI.php.
|
protected |
Definition at line 39 of file class.ilExportGUI.php.
Referenced by ilTestExportGUI\createTestArchiveExport(), and ilTestExportGUI\listExportFiles().
|
protected |
Definition at line 38 of file class.ilExportGUI.php.
|
protected |
Definition at line 45 of file class.ilExportGUI.php.
|
private |
Definition at line 37 of file class.ilExportGUI.php.
Referenced by getParentGUI().
|
protected |
Definition at line 31 of file class.ilExportGUI.php.
|
protected |
Definition at line 44 of file class.ilExportGUI.php.
|
protected |
Definition at line 40 of file class.ilExportGUI.php.
Referenced by ilTestExportGUI\listExportFiles().
|
protected |
Definition at line 46 of file class.ilExportGUI.php.