|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilWebDAVMountInstructionsUploadGUI: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().
Here is the call graph for this function:
|
protected |
Definition at line 222 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilWebDAVMountInstructionsUploadGUI::executeCommand | ( | ) |
Definition at line 66 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), error(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 120 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ACTION_SAVE_EDIT_DOCUMENT_FORM, ILIAS\Repository\ctrl(), and ilWebDAVMountInstructionsDocument\getId().
Here is the call graph for this function:
|
protected |
Definition at line 174 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), error(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilWebDAVMountInstructionsUploadGUI::saveDocumentSorting | ( | ) |
Definition at line 235 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 198 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilWebDAVMountInstructionsUploadGUI::setRefId | ( | int | $ref_id | ) |
Definition at line 83 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References $ref_id.
|
protected |
Definition at line 149 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
| ilTemplateException |
Definition at line 91 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 159 of file class.ilWebDAVMountInstructionsUploadGUI.php.
References error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
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.
Referenced by getDocumentForm().