ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
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 ilCmiXapiExportGUI\__construct(), and ilTestExportGUI\__construct().
|
protected |
Definition at line 127 of file class.ilExportGUI.php.
Referenced by listExportFiles().
ilExportGUI::confirmDeletion | ( | ) |
Confirm file deletion.
Definition at line 288 of file class.ilExportGUI.php.
References $filename, $i, ILIAS\Repository\ctrl(), initFileIdentifiersFromPost(), and ILIAS\Repository\lng().
ilExportGUI::createExportFile | ( | ) |
Definition at line 260 of file class.ilExportGUI.php.
References Vendor\Package\$f, $format, ILIAS\Repository\ctrl(), getFormats(), getParentGUI(), initFormatFromPost(), ILIAS\Repository\lng(), and showItemSelection().
Referenced by executeCommand().
ilExportGUI::delete | ( | ) |
Definition at line 314 of file class.ilExportGUI.php.
References ilExport\_getExportDirectory(), ILIAS\Repository\ctrl(), ilFileUtils\delDir(), ilExportFileInfo\delete(), initFileIdentifiersFromPost(), and ILIAS\Repository\lng().
ilExportGUI::download | ( | ) |
Download file.
Definition at line 350 of file class.ilExportGUI.php.
References ilExport\_getExportDirectory(), ILIAS\Repository\ctrl(), ilFileDelivery\deliverFileLegacy(), and initFileIdentifierFromQuery().
Referenced by ilTestExportGUI\getExportTypeFromFileName().
ilExportGUI::executeCommand | ( | ) |
Definition at line 185 of file class.ilExportGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\access(), createExportFile(), ILIAS\Repository\ctrl(), handleCustomMultiCommand(), ILIAS\Repository\lng(), and ilExportLimitation\SET_EXPORT_DISABLED.
ilExportGUI::getCustomColumns | ( | ) |
Definition at line 180 of file class.ilExportGUI.php.
References $custom_columns.
Referenced by ilTestExportGUI\listExportFiles(), and listExportFiles().
ilExportGUI::getCustomMultiCommands | ( | ) |
Definition at line 175 of file class.ilExportGUI.php.
References $custom_multi_commands.
Referenced by handleCustomMultiCommand(), ilTestExportGUI\listExportFiles(), and listExportFiles().
ilExportGUI::getFormats | ( | ) |
Definition at line 154 of file class.ilExportGUI.php.
References $formats.
Referenced by createExportFile(), ilTestExportGUI\listExportFiles(), and listExportFiles().
|
protected |
Definition at line 132 of file class.ilExportGUI.php.
References $parent_gui.
Referenced by createExportFile(), ilTestExportGUI\getExportTypeFromFileName(), ilTestExportGUI\listExportFiles(), saveItemSelection(), and showItemSelection().
ilExportGUI::handleCustomMultiCommand | ( | ) |
Definition at line 372 of file class.ilExportGUI.php.
References $c, ILIAS\Repository\ctrl(), getCustomMultiCommands(), and initFileIdentifiersFromPost().
Referenced by executeCommand().
|
protected |
Definition at line 109 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by saveItemSelection().
|
protected |
Definition at line 74 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by download().
|
protected |
Definition at line 85 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by confirmDeletion(), delete(), and handleCustomMultiCommand().
|
protected |
Definition at line 98 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by createExportFile().
ilExportGUI::listExportFiles | ( | ) |
Definition at line 221 of file class.ilExportGUI.php.
References $c, Vendor\Package\$f, $format, buildExportTableGUI(), ILIAS\Repository\ctrl(), getCustomColumns(), getCustomMultiCommands(), getFormats(), ilSubmitButton\getInstance(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
|
protected |
Definition at line 395 of file class.ilExportGUI.php.
References Vendor\Package\$e, $ref_id, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\access(), ilExportOptions\allocateExportId(), ILIAS\Repository\ctrl(), ilExportOptions\EXPORT_BUILD, ilExportOptions\EXPORT_OMIT, getParentGUI(), initExportOptionsFromPost(), ilExportOptions\KEY_ITEM_MODE, ilExportOptions\KEY_ROOT, ILIAS\Repository\lng(), ilExportOptions\newInstance(), and showItemSelection().
|
protected |
Show container item selection table.
Definition at line 385 of file class.ilExportGUI.php.
References getParentGUI().
Referenced by createExportFile(), and saveItemSelection().
|
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.
Referenced by getCustomColumns().
|
protected |
Definition at line 35 of file class.ilExportGUI.php.
Referenced by getCustomMultiCommands().
|
protected |
Definition at line 43 of file class.ilExportGUI.php.
|
protected |
Definition at line 33 of file class.ilExportGUI.php.
Referenced by getFormats().
|
protected |
Definition at line 32 of file class.ilExportGUI.php.
|
protected |
Definition at line 39 of file class.ilExportGUI.php.
Referenced by ilTestExportGUI\buildExportTableGUI(), ilTestExportGUI\createTestArchiveExport(), ilTestExportGUI\getExportTypeFromFileName(), 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.