ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilObjUploadDelegateInterface.php
Go to the documentation of this file.
1 <?php
2 
4 
10 {
11  public function handle(
12  int $parent_id,
13  array $post_data,
15  ilObjFileGUI $gui
17 
18  public function getUploadedSuffixes() : array;
19 }
Interface ilObjUploadDelegateInterface.
$result
handle(int $parent_id, array $post_data, UploadResult $result, ilObjFileGUI $gui)
Class ilObjFileUploadResponse.
GUI class for file objects.