ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilObjUploadDelegateInterface. More...
Public Member Functions | |
handle (int $parent_id, array $post_data, UploadResult $result, ilObjFileGUI $gui) | |
getUploadedSuffixes () | |
Interface ilObjUploadDelegateInterface.
Definition at line 9 of file interface.ilObjUploadDelegateInterface.php.
ilObjUploadDelegateInterface::getUploadedSuffixes | ( | ) |
Implemented in ilObjFileAbstractZipDelegate, and ilObjFileSingleFileDelegate.
ilObjUploadDelegateInterface::handle | ( | int | $parent_id, |
array | $post_data, | ||
UploadResult | $result, | ||
ilObjFileGUI | $gui | ||
) |
Implemented in ilObjFileSingleFileDelegate, ilObjFileUnzipRecursiveDelegate, and ilObjFileUnzipFlatDelegate.