ILIAS  release_8 Revision v8.24
ResourceStakeholder.php
Go to the documentation of this file.
1<?php
2
19declare(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}
isResourceInUse(ResourceIdentification $identification)
getOwnerOfResource(ResourceIdentification $identification)
resourceHasBeenDeleted(ResourceIdentification $identification)