ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjFileUploadHandlerGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
22
28{
29 protected function getStakeholder(): ResourceStakeholder
30 {
31 global $DIC;
32 return new ilObjFileStakeholder($DIC->user()->getId());
33 }
34
35 protected function getClassPath(): array
36 {
37 return [self::class];
38 }
39
40 #[\Override]
41 public function supportsChunkedUploads(): bool
42 {
43 return true;
44 }
45}
Class ilObjFileStakeholder.
global $DIC
Definition: shib_login.php:26