|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilContentStyleStakeholder:
Collaboration diagram for ilContentStyleStakeholder:Public Member Functions | |
| getId () | |
| getOwnerOfNewResources () | |
| canBeAccessedByCurrentUser (ResourceIdentification $identification) | |
| resourceHasBeenDeleted (ResourceIdentification $identification) | |
| getLocationURIForResourceUsage (ResourceIdentification $identification) | |
Public Member Functions inherited from ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder | |
| __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) | |
Public Member Functions inherited from ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder | |
| __construct () | |
| Constructor must not have any parameters. More... | |
Protected Attributes | |
| ilDBInterface | $database = null |
Protected Attributes inherited from ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder | |
| int | $default_owner |
| int | $current_user |
Private Member Functions | |
| initDB () | |
Definition at line 22 of file class.ilContentStyleStakeholder.php.
| ilContentStyleStakeholder::canBeAccessedByCurrentUser | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 37 of file class.ilContentStyleStakeholder.php.
References $DIC.
| ilContentStyleStakeholder::getId | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 27 of file class.ilContentStyleStakeholder.php.
| ilContentStyleStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 68 of file class.ilContentStyleStakeholder.php.
| ilContentStyleStakeholder::getOwnerOfNewResources | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 32 of file class.ilContentStyleStakeholder.php.
References ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder\$default_owner.
|
private |
| ilContentStyleStakeholder::resourceHasBeenDeleted | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 61 of file class.ilContentStyleStakeholder.php.
|
protected |
Definition at line 24 of file class.ilContentStyleStakeholder.php.