ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
$result
An exception for terminatinating execution or to throw for unit testing.
GUI class for file objects.
Class ilObjFileUploadResponse.
Interface ilObjUploadDelegateInterface.
handle(int $parent_id, array $post_data, UploadResult $result, ilObjFileGUI $gui)