|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilExcTutorFeedbackFileStakeholder:
Collaboration diagram for ilExcTutorFeedbackFileStakeholder: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 | |
| isRecipient (ResourceIdentification $identification) | |
| resolveObjectId (ResourceIdentification $identification) | |
| initDB () | |
Definition at line 23 of file class.ilExcTutorFeedbackFileStakeholder.php.
| ilExcTutorFeedbackFileStakeholder::canBeAccessedByCurrentUser | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 37 of file class.ilExcTutorFeedbackFileStakeholder.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), isRecipient(), and resolveObjectId().
Here is the call graph for this function:| ilExcTutorFeedbackFileStakeholder::getId | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 27 of file class.ilExcTutorFeedbackFileStakeholder.php.
| ilExcTutorFeedbackFileStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 69 of file class.ilExcTutorFeedbackFileStakeholder.php.
References $ref_id, ilObject\_getAllReferences(), initDB(), and resolveObjectId().
Here is the call graph for this function:| ilExcTutorFeedbackFileStakeholder::getOwnerOfNewResources | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 32 of file class.ilExcTutorFeedbackFileStakeholder.php.
References ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder\$default_owner.
|
private |
Definition at line 110 of file class.ilExcTutorFeedbackFileStakeholder.php.
References $DIC.
Referenced by getLocationURIForResourceUsage(), isRecipient(), and resolveObjectId().
Here is the caller graph for this function:
|
private |
Definition at line 83 of file class.ilExcTutorFeedbackFileStakeholder.php.
References Vendor\Package\$d, $r, $user_id, initDB(), ILIAS\Repository\int(), and ILIAS\ResourceStorage\Identification\AbstractIdentification\serialize().
Referenced by canBeAccessedByCurrentUser().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 97 of file class.ilExcTutorFeedbackFileStakeholder.php.
References Vendor\Package\$d, $r, initDB(), and ILIAS\ResourceStorage\Identification\AbstractIdentification\serialize().
Referenced by canBeAccessedByCurrentUser(), and getLocationURIForResourceUsage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcTutorFeedbackFileStakeholder::resourceHasBeenDeleted | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 62 of file class.ilExcTutorFeedbackFileStakeholder.php.
|
protected |
Definition at line 25 of file class.ilExcTutorFeedbackFileStakeholder.php.