ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilMMUploadHandlerGUI. More...
Public Member Functions | |
__construct () | |
ilUIDemoFileUploadHandlerGUI constructor. More... | |
getInfoForExistingFiles (array $file_ids) | |
![]() | |
__construct () | |
ilUIDemoFileUploadHandlerGUI constructor. More... | |
getFileIdentifierParameterName () | |
getUploadURL () | |
getExistingFileInfoURL () | |
getFileRemovalURL () | |
executeCommand () | |
Since this is a ilCtrl aware UploadHandler executeCommand MUST be implemented. More... | |
getInfoForExistingFiles (array $file_ids) | |
Data Fields | |
const | MAX_FILE_SIZE = 2 * 1024 * 1024 |
![]() | |
const | DEFAULT_FILE_ID_PARAMETER = 'file_id' |
Protected Member Functions | |
getRemoveResult (string $identifier) | |
getInfoResult (string $identifier) | |
![]() | |
getUploadResult () | |
getRemoveResult (string $identifier) | |
getInfoResult (string $identifier) | |
Private Attributes | |
$storage | |
$stakeholder | |
Additional Inherited Members | |
![]() | |
const | CMD_UPLOAD = 'upload' |
const | CMD_REMOVE = 'remove' |
const | CMD_INFO = 'info' |
$http | |
$ctrl | |
$upload | |
Class ilMMUploadHandlerGUI.
ilMMUploadHandlerGUI: ilObjMainMenuGUI
Definition at line 19 of file class.ilMMUploadHandlerGUI.php.
ilMMUploadHandlerGUI::__construct | ( | ) |
ilUIDemoFileUploadHandlerGUI constructor.
Definition at line 35 of file class.ilMMUploadHandlerGUI.php.
References $DIC, $i, $message, $result, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler\getFileIdentifierParameterName(), and ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler\getUploadResult().
ilMMUploadHandlerGUI::getInfoForExistingFiles | ( | array | $file_ids | ) |
array | $file_ids |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 95 of file class.ilMMUploadHandlerGUI.php.
References ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler\getFileIdentifierParameterName().
|
protected |
Definition at line 83 of file class.ilMMUploadHandlerGUI.php.
References ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler\getFileIdentifierParameterName().
|
protected |
Definition at line 70 of file class.ilMMUploadHandlerGUI.php.
References ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler\getFileIdentifierParameterName().
|
private |
Definition at line 29 of file class.ilMMUploadHandlerGUI.php.
|
private |
Definition at line 25 of file class.ilMMUploadHandlerGUI.php.
const ilMMUploadHandlerGUI::MAX_FILE_SIZE = 2 * 1024 * 1024 |
Definition at line 21 of file class.ilMMUploadHandlerGUI.php.
Referenced by ilMMSubitemFormGUI\initForm(), and ilMMTopItemFormGUI\initForm().