ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilObjFileUploadHandlerGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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