|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilObjFileStakeholder. More...
Inheritance diagram for ilObjFileStakeholder:
Collaboration diagram for ilObjFileStakeholder:Public Member Functions | |
| __construct (protected int $owner=6) | |
| ilObjFileStakeholder constructor. More... | |
| getId () | |
| getOwnerOfNewResources () | |
| canBeAccessedByCurrentUser (ResourceIdentification $identification) | |
| resourceHasBeenDeleted (ResourceIdentification $identification) | |
| getLocationURIForResourceUsage (ResourceIdentification $identification) | |
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) | |
Public Member Functions inherited from ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder | |
| __construct () | |
| Constructor must not have any parameters. More... | |
Protected Attributes | |
| ilDBInterface | $database = null |
Private Member Functions | |
| resolveObjectId (ResourceIdentification $identification) | |
| initDB () | |
Private Attributes | |
| int | $current_user |
Class ilObjFileStakeholder.
Definition at line 26 of file class.ilObjFileStakeholder.php.
| ilObjFileStakeholder::__construct | ( | protected int | $owner = 6 | ) |
ilObjFileStakeholder constructor.
Definition at line 34 of file class.ilObjFileStakeholder.php.
References $DIC, and ILIAS\Repository\int().
Here is the call graph for this function:| ilObjFileStakeholder::canBeAccessedByCurrentUser | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 53 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 43 of file class.ilObjFileStakeholder.php.
| ilObjFileStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 100 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 48 of file class.ilObjFileStakeholder.php.
|
private |
Definition at line 118 of file class.ilObjFileStakeholder.php.
References $DIC.
Referenced by getLocationURIForResourceUsage(), and resolveObjectId().
Here is the caller graph for this function:
|
private |
Definition at line 72 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 85 of file class.ilObjFileStakeholder.php.
References resolveObjectId().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilObjFileStakeholder.php.
|
protected |
Definition at line 29 of file class.ilObjFileStakeholder.php.