ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (private ilGlobalTemplateInterface $tpl, private ilObjUser $user, private ilCtrlInterface $ctrl, private ilLanguage $lng, private ilRbacSystem $rbacsystem, private ilErrorHandling $error, private ilLogger $log, private ilToolbarGUI $toolbar, private Services $http, private RefineryFactory $refinery, UIServices $ui, private Filesystems $file_systems, private FileUpload $file_upload, private ilWebDAVMountInstructionsRepository $mount_instructions_repository) | |
executeCommand () | |
setRefId (int $ref_id) | |
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 () | |
deleteDocument () | |
Private Attributes | |
UIFactory | $ui_factory |
Renderer | $ui_renderer |
int | $webdav_object_ref_id |
Definition at line 33 of file class.ilWebDAVMountInstructionsUploadGUI.php.
ilWebDAVMountInstructionsUploadGUI::__construct | ( | private ilGlobalTemplateInterface | $tpl, |
private ilObjUser | $user, | ||
private ilCtrlInterface | $ctrl, | ||
private ilLanguage | $lng, | ||
private ilRbacSystem | $rbacsystem, | ||
private ilErrorHandling | $error, | ||
private ilLogger | $log, | ||
private ilToolbarGUI | $toolbar, | ||
private Services | $http, | ||
private RefineryFactory | $refinery, | ||
UIServices | $ui, | ||
private Filesystems | $file_systems, | ||
private FileUpload | $file_upload, | ||
private ilWebDAVMountInstructionsRepository | $mount_instructions_repository | ||
) |
Definition at line 41 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\DI\UIServices\factory(), ILIAS\Repository\lng(), and ILIAS\DI\UIServices\renderer().
|
protected |
Definition at line 222 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
ilWebDAVMountInstructionsUploadGUI::executeCommand | ( | ) |
Definition at line 66 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
|
protected |
Definition at line 120 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), ilWebDAVMountInstructionsDocument\getId(), and ILIAS\Repository\user().
Referenced by saveAddDocumentForm(), saveEditDocumentForm(), showAddDocumentForm(), and showEditDocumentForm().
|
protected |
Definition at line 174 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), getDocumentForm(), and ILIAS\Repository\lng().
ilWebDAVMountInstructionsUploadGUI::saveDocumentSorting | ( | ) |
Definition at line 235 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and showDocuments().
|
protected |
Definition at line 198 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), getDocumentForm(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
ilWebDAVMountInstructionsUploadGUI::setRefId | ( | int | $ref_id | ) |
|
protected |
Definition at line 149 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References getDocumentForm(), and ILIAS\Repository\lng().
|
protected |
ilTemplateException |
Definition at line 91 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by saveDocumentSorting().
|
protected |
Definition at line 159 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References getDocumentForm(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
|
private |
Definition at line 37 of file class.ilWebDAVMountInstructionsUploadGUI.php.
|
private |
Definition at line 38 of file class.ilWebDAVMountInstructionsUploadGUI.php.
|
private |
Definition at line 39 of file class.ilWebDAVMountInstructionsUploadGUI.php.
const ilWebDAVMountInstructionsUploadGUI::ACTION_SAVE_ADD_DOCUMENT_FORM = 'saveAddDocumentForm' |
Definition at line 35 of file class.ilWebDAVMountInstructionsUploadGUI.php.
const ilWebDAVMountInstructionsUploadGUI::ACTION_SAVE_EDIT_DOCUMENT_FORM = 'saveEditDocumentForm' |
Definition at line 36 of file class.ilWebDAVMountInstructionsUploadGUI.php.