|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilObjFileStakeholder. More...
Inheritance diagram for ilObjFileStakeholder:
Collaboration diagram for ilObjFileStakeholder: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 | |
| resolveObjectId (ResourceIdentification $identification) | |
| initDB () | |
Class ilObjFileStakeholder.
Definition at line 26 of file class.ilObjFileStakeholder.php.
| ilObjFileStakeholder::canBeAccessedByCurrentUser | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 41 of file class.ilObjFileStakeholder.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), and resolveObjectId().
Here is the call graph for this function:| ilObjFileStakeholder::getId | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 31 of file class.ilObjFileStakeholder.php.
| ilObjFileStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 88 of file class.ilObjFileStakeholder.php.
References Vendor\Package\$d, $r, $ref_id, ilObject\_getAllReferences(), initDB(), and ILIAS\ResourceStorage\Identification\AbstractIdentification\serialize().
Here is the call graph for this function:| ilObjFileStakeholder::getOwnerOfNewResources | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 36 of file class.ilObjFileStakeholder.php.
References ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder\$default_owner.
|
private |
Definition at line 106 of file class.ilObjFileStakeholder.php.
References $DIC.
Referenced by getLocationURIForResourceUsage(), and resolveObjectId().
Here is the caller graph for this function:
|
private |
Definition at line 60 of file class.ilObjFileStakeholder.php.
References Vendor\Package\$d, $r, initDB(), and ILIAS\ResourceStorage\Identification\AbstractIdentification\serialize().
Referenced by canBeAccessedByCurrentUser(), and resourceHasBeenDeleted().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjFileStakeholder::resourceHasBeenDeleted | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 73 of file class.ilObjFileStakeholder.php.
References resolveObjectId().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilObjFileStakeholder.php.