|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilObjUploadDelegateInterface. More...
Inheritance diagram for ilObjUploadDelegateInterface:
Collaboration diagram for ilObjUploadDelegateInterface: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, ilObjFileUnzipFlatDelegate, and ilObjFileUnzipRecursiveDelegate.