ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilCtrlAwareUploadHandler. More...
Public Member Functions | |
executeCommand () | |
Since this is a ilCtrl aware UploadHandler executeCommand MUST be implemented. More... | |
![]() | |
getFileIdentifierParameterName () | |
getUploadURL () | |
getFileRemovalURL () | |
getExistingFileInfoURL () | |
getInfoForExistingFiles (array $file_ids) | |
Additional Inherited Members | |
![]() | |
const | DEFAULT_FILE_ID_PARAMETER = 'file_id' |
Class ilCtrlAwareUploadHandler.
Definition at line 12 of file ilCtrlAwareUploadHandler.php.
ILIAS\FileUpload\Handler\ilCtrlAwareUploadHandler::executeCommand | ( | ) |
Since this is a ilCtrl aware UploadHandler executeCommand MUST be implemented.
The Implementation MUST make sure, the Upload and the Removal Command are handled correctly
Implemented in ilIndividualAssessmentMemberGUI, and ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler.