ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilObjFileUploadHandlerGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
32 
38 {
39  protected function getStakeholder(): ResourceStakeholder
40  {
41  global $DIC;
42  return new ilObjFileStakeholder($DIC->user()->getId());
43  }
44 
45  protected function getClassPath(): array
46  {
47  return [self::class];
48  }
49 
50  public function supportsChunkedUploads(): bool
51  {
52  return true;
53  }
54 }
Class ilObjFileStakeholder.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:25