ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilObjFileIconStakeholder.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\File\Icon;
22 
24 
29 {
33  public function __construct(protected int $owner = 6)
34  {
35  }
36 
40  public function getId(): string
41  {
42  return 'file_icon';
43  }
44 
48  public function getOwnerOfNewResources(): int
49  {
50  return $this->owner;
51  }
52 }
__construct(protected int $owner=6)
ilObjFileIconStakeholder constructor.