|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
@ilCtrl_isCalledBy ILIAS\WebDAV\Mount\UploadGUI: ilObjWebDAVGUI More...
Collaboration diagram for ILIAS\WebDAV\Mount\UploadGUI:Public Member Functions | |
| __construct (private ilGlobalTemplateInterface $tpl, private ilObjUser $user, private ilCtrlInterface $ctrl, private ilLanguage $lng, private ilRbacSystem $rbacsystem, private ilErrorHandling $error, private ilToolbarGUI $toolbar, private Services $http, private RefineryFactory $refinery, UIServices $ui, private Filesystems $file_systems, private FileUpload $file_upload, private Repository $mount_instructions_repository) | |
| executeCommand () | |
| setRefId (int $ref_id) | |
| saveDocumentSorting () | |
Data Fields | |
| const string | ACTION_SAVE_ADD_DOCUMENT_FORM = 'saveAddDocumentForm' |
| const string | ACTION_SAVE_EDIT_DOCUMENT_FORM = 'saveEditDocumentForm' |
Protected Member Functions | |
| showDocuments () | |
| getDocumentForm (Document $a_document) | |
| showAddDocumentForm () | |
| showEditDocumentForm () | |
| saveAddDocumentForm () | |
| saveEditDocumentForm () | |
| deleteDocument () | |
Private Attributes | |
| const string | P_DOCUMENT_ID = 'document_id' |
| UIFactory | $ui_factory |
| Renderer | $ui_renderer |
| int | $webdav_object_ref_id |
@ilCtrl_isCalledBy ILIAS\WebDAV\Mount\UploadGUI: ilObjWebDAVGUI
Definition at line 42 of file UploadGUI.php.
| ILIAS\WebDAV\Mount\UploadGUI::__construct | ( | private ilGlobalTemplateInterface | $tpl, |
| private ilObjUser | $user, | ||
| private ilCtrlInterface | $ctrl, | ||
| private ilLanguage | $lng, | ||
| private ilRbacSystem | $rbacsystem, | ||
| private ilErrorHandling | $error, | ||
| private ilToolbarGUI | $toolbar, | ||
| private Services | $http, | ||
| private RefineryFactory | $refinery, | ||
| UIServices | $ui, | ||
| private Filesystems | $file_systems, | ||
| private FileUpload | $file_upload, | ||
| private Repository | $mount_instructions_repository | ||
| ) |
Definition at line 52 of file UploadGUI.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 217 of file UploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\UploadGUI::executeCommand | ( | ) |
Definition at line 73 of file UploadGUI.php.
References ILIAS\Repository\ctrl(), error(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 124 of file UploadGUI.php.
References ILIAS\WebDAV\Mount\UploadGUI\ACTION_SAVE_ADD_DOCUMENT_FORM, ILIAS\WebDAV\Mount\UploadGUI\ACTION_SAVE_EDIT_DOCUMENT_FORM, ILIAS\Repository\ctrl(), ILIAS\WebDAV\Mount\Document\getId(), and ILIAS\Repository\user().
Referenced by ILIAS\WebDAV\Mount\UploadGUI\saveAddDocumentForm(), ILIAS\WebDAV\Mount\UploadGUI\saveEditDocumentForm(), ILIAS\WebDAV\Mount\UploadGUI\showAddDocumentForm(), and ILIAS\WebDAV\Mount\UploadGUI\showEditDocumentForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 172 of file UploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\UploadGUI::saveDocumentSorting | ( | ) |
Definition at line 230 of file UploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\WebDAV\Mount\UploadGUI\showDocuments().
Here is the call graph for this function:
|
protected |
Definition at line 193 of file UploadGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\UploadGUI::setRefId | ( | int | $ref_id | ) |
Definition at line 90 of file UploadGUI.php.
References $ref_id.
|
protected |
Definition at line 150 of file UploadGUI.php.
References error(), ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 95 of file UploadGUI.php.
References ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by ILIAS\WebDAV\Mount\UploadGUI\saveDocumentSorting().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 160 of file UploadGUI.php.
References error(), ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
private |
Definition at line 48 of file UploadGUI.php.
|
private |
Definition at line 49 of file UploadGUI.php.
|
private |
Definition at line 50 of file UploadGUI.php.
| const string ILIAS\WebDAV\Mount\UploadGUI::ACTION_SAVE_ADD_DOCUMENT_FORM = 'saveAddDocumentForm' |
Definition at line 44 of file UploadGUI.php.
Referenced by ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm().
| const string ILIAS\WebDAV\Mount\UploadGUI::ACTION_SAVE_EDIT_DOCUMENT_FORM = 'saveEditDocumentForm' |
Definition at line 45 of file UploadGUI.php.
Referenced by ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm().
|
private |
Definition at line 46 of file UploadGUI.php.