ILIAS  release_8 Revision v8.23
ResourceStakeholder.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
30 {
34  public function getId(): string;
35 
36  public function getConsumerNameForPresentation(): string;
37 
41  public function getFullyQualifiedClassName(): string;
42 
43  public function isResourceInUse(ResourceIdentification $identification): bool;
44 
49  public function resourceHasBeenDeleted(ResourceIdentification $identification): bool;
50 
51  public function getOwnerOfResource(ResourceIdentification $identification): int;
52 
53  public function getOwnerOfNewResources(): int;
54 }
getOwnerOfResource(ResourceIdentification $identification)
isResourceInUse(ResourceIdentification $identification)
resourceHasBeenDeleted(ResourceIdentification $identification)