ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilObjWebDAV $webdav_settings, ilGlobalPageTemplate $tpl, ilObjUser $user, ilCtrl $ctrl, ilLanguage $lng, ilRbacSystem $rbacsystem, ilErrorHandling $error, ilLogger $log, ilToolbarGUI $toolbar, GlobalHttpState $http_state, Factory $ui_factory, Renderer $ui_renderer, Filesystems $file_systems, FileUpload $file_upload, ilWebDAVMountInstructionsRepository $mount_instructions_repository) | |
executeCommand () | |
saveDocumentSorting () | |
Data Fields | |
const | ACTION_SAVE_ADD_DOCUMENT_FORM = 'saveAddDocumentForm' |
const | ACTION_SAVE_EDIT_DOCUMENT_FORM = 'saveEditDocumentForm' |
Protected Member Functions | |
showDocuments () | |
getDocumentForm (ilWebDAVMountInstructionsDocument $a_document) | |
showAddDocumentForm () | |
showEditDocumentForm () | |
saveAddDocumentForm () | |
saveEditDocumentForm () | |
getDocumentByServerRequest () | |
deleteDocument () | |
Definition at line 13 of file class.ilWebDAVMountInstructionsUploadGUI.php.
ilWebDAVMountInstructionsUploadGUI::__construct | ( | ilObjWebDAV | $webdav_settings, |
ilGlobalPageTemplate | $tpl, | ||
ilObjUser | $user, | ||
ilCtrl | $ctrl, | ||
ilLanguage | $lng, | ||
ilRbacSystem | $rbacsystem, | ||
ilErrorHandling | $error, | ||
ilLogger | $log, | ||
ilToolbarGUI | $toolbar, | ||
GlobalHttpState | $http_state, | ||
Factory | $ui_factory, | ||
Renderer | $ui_renderer, | ||
Filesystems | $file_systems, | ||
FileUpload | $file_upload, | ||
ilWebDAVMountInstructionsRepository | $mount_instructions_repository | ||
) |
Definition at line 18 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References $lng, $log, $tpl, error(), and user().
|
protected |
Definition at line 208 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error().
ilWebDAVMountInstructionsUploadGUI::executeCommand | ( | ) |
Definition at line 55 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error().
|
protected |
Definition at line 203 of file class.ilWebDAVMountInstructionsUploadGUI.php.
|
protected |
ilWebDAVMountInstructionsDocument | $a_document |
Definition at line 105 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ACTION_SAVE_ADD_DOCUMENT_FORM, ACTION_SAVE_EDIT_DOCUMENT_FORM, ilWebDAVMountInstructionsDocument\getId(), and user().
Referenced by saveAddDocumentForm(), saveEditDocumentForm(), showAddDocumentForm(), and showEditDocumentForm().
|
protected |
Definition at line 158 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), getDocumentForm(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilWebDAVMountInstructionsUploadGUI::saveDocumentSorting | ( | ) |
Definition at line 220 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), and showDocuments().
|
protected |
Definition at line 182 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), getDocumentForm(), ilUtil\sendFailure(), and ilUtil\sendInfo().
|
protected |
Definition at line 133 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), and getDocumentForm().
|
protected |
ilTemplateException |
Definition at line 75 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ilLinkButton\getInstance().
Referenced by saveDocumentSorting().
|
protected |
Definition at line 143 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), and getDocumentForm().
const ilWebDAVMountInstructionsUploadGUI::ACTION_SAVE_ADD_DOCUMENT_FORM = 'saveAddDocumentForm' |
Definition at line 15 of file class.ilWebDAVMountInstructionsUploadGUI.php.
Referenced by getDocumentForm().
const ilWebDAVMountInstructionsUploadGUI::ACTION_SAVE_EDIT_DOCUMENT_FORM = 'saveEditDocumentForm' |
Definition at line 16 of file class.ilWebDAVMountInstructionsUploadGUI.php.
Referenced by getDocumentForm().