|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilDataCollectionStakeholder:
Collaboration diagram for ilDataCollectionStakeholder:Public Member Functions | |
| __construct () | |
| Constructor must not have any parameters. More... | |
| getId () | |
| getOwnerOfNewResources () | |
Public Member Functions inherited from ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder | |
| getFullyQualifiedClassName () | |
| isResourceInUse (ResourceIdentification $identification) | |
| canBeAccessedByCurrentUser (ResourceIdentification $identification) | |
| resourceHasBeenDeleted (ResourceIdentification $identification) | |
| getOwnerOfResource (ResourceIdentification $identification) | |
| getConsumerNameForPresentation () | |
| getLocationURIForResourceUsage (ResourceIdentification $identification) | |
Private Attributes | |
| int | $owner |
Definition at line 21 of file class.ilDataCollectionStakeholder.php.
| ilDataCollectionStakeholder::__construct | ( | ) |
Constructor must not have any parameters.
The Stakeholder must be able to be instantiated without any parameters. Additionally, Stakeholder may get instantiated without dependencies available. Therefore, the Stakeholder must must check for dependencies and implement fallbacks.
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 25 of file class.ilDataCollectionStakeholder.php.
References $DIC, ILIAS\Repository\int(), and SYSTEM_USER_ID.
Here is the call graph for this function:| ilDataCollectionStakeholder::getId | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 33 of file class.ilDataCollectionStakeholder.php.
| ilDataCollectionStakeholder::getOwnerOfNewResources | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 38 of file class.ilDataCollectionStakeholder.php.
References $owner.
|
private |
Definition at line 23 of file class.ilDataCollectionStakeholder.php.
Referenced by getOwnerOfNewResources().