ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
getId () | |
getOwnerOfNewResources () | |
canBeAccessedByCurrentUser (ResourceIdentification $identification) | |
resourceHasBeenDeleted (ResourceIdentification $identification) | |
getLocationURIForResourceUsage (ResourceIdentification $identification) | |
![]() | |
__construct (?int $user_id_of_owner=null) | |
setOwner (int $user_id_of_owner) | |
getFullyQualifiedClassName () | |
isResourceInUse (ResourceIdentification $identification) | |
canBeAccessedByCurrentUser (ResourceIdentification $identification) | |
resourceHasBeenDeleted (ResourceIdentification $identification) | |
getOwnerOfResource (ResourceIdentification $identification) | |
getConsumerNameForPresentation () | |
getLocationURIForResourceUsage (ResourceIdentification $identification) | |
![]() | |
__construct () | |
Constructor must not have any parameters. More... | |
Protected Attributes | |
ilDBInterface | $database = null |
![]() | |
int | $default_owner |
int | $current_user |
Private Member Functions | |
resolveObjectId (ResourceIdentification $identification) | |
initDB () | |
Definition at line 22 of file class.ilExportHTMLStakeholder.php.
ilExportHTMLStakeholder::canBeAccessedByCurrentUser | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 37 of file class.ilExportHTMLStakeholder.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), null, and resolveObjectId().
ilExportHTMLStakeholder::getId | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 27 of file class.ilExportHTMLStakeholder.php.
ilExportHTMLStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 64 of file class.ilExportHTMLStakeholder.php.
References $ref_id, ilObject\_getAllReferences(), initDB(), null, and resolveObjectId().
ilExportHTMLStakeholder::getOwnerOfNewResources | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 32 of file class.ilExportHTMLStakeholder.php.
References ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder\$default_owner.
|
private |
Definition at line 91 of file class.ilExportHTMLStakeholder.php.
Referenced by getLocationURIForResourceUsage(), and resolveObjectId().
|
private |
Definition at line 78 of file class.ilExportHTMLStakeholder.php.
References Vendor\Package\$d, $r, initDB(), null, and ILIAS\ResourceStorage\Identification\AbstractIdentification\serialize().
Referenced by canBeAccessedByCurrentUser(), and getLocationURIForResourceUsage().
ilExportHTMLStakeholder::resourceHasBeenDeleted | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 57 of file class.ilExportHTMLStakeholder.php.
|
protected |
Definition at line 24 of file class.ilExportHTMLStakeholder.php.