|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilExcSampleSolutionStakeholder:
Collaboration diagram for ilExcSampleSolutionStakeholder:Public Member Functions | |
| __construct (int $owner=6) | |
| 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 | |
| int | $owner = 6 |
| ilDBInterface | $database = null |
Private Member Functions | |
| resolveObjectId (ResourceIdentification $identification) | |
| initDB () | |
Private Attributes | |
| int | $current_user |
Definition at line 25 of file class.ilExcSampleSolutionStakeholder.php.
| ilExcSampleSolutionStakeholder::__construct | ( | int | $owner = 6 | ) |
Definition at line 31 of file class.ilExcSampleSolutionStakeholder.php.
References $DIC, $owner, ANONYMOUS_USER_ID, and ILIAS\Repository\int().
Here is the call graph for this function:| ilExcSampleSolutionStakeholder::canBeAccessedByCurrentUser | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 50 of file class.ilExcSampleSolutionStakeholder.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), and resolveObjectId().
Here is the call graph for this function:| ilExcSampleSolutionStakeholder::getId | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 40 of file class.ilExcSampleSolutionStakeholder.php.
| ilExcSampleSolutionStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 77 of file class.ilExcSampleSolutionStakeholder.php.
References $ref_id, ilObject\_getAllReferences(), initDB(), and resolveObjectId().
Here is the call graph for this function:| ilExcSampleSolutionStakeholder::getOwnerOfNewResources | ( | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 45 of file class.ilExcSampleSolutionStakeholder.php.
References $owner.
|
private |
Definition at line 104 of file class.ilExcSampleSolutionStakeholder.php.
References $DIC.
Referenced by getLocationURIForResourceUsage(), and resolveObjectId().
Here is the caller graph for this function:
|
private |
Definition at line 91 of file class.ilExcSampleSolutionStakeholder.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:| ilExcSampleSolutionStakeholder::resourceHasBeenDeleted | ( | ResourceIdentification | $identification | ) |
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 70 of file class.ilExcSampleSolutionStakeholder.php.
|
private |
Definition at line 28 of file class.ilExcSampleSolutionStakeholder.php.
|
protected |
Definition at line 29 of file class.ilExcSampleSolutionStakeholder.php.
|
protected |
Definition at line 27 of file class.ilExcSampleSolutionStakeholder.php.
Referenced by __construct(), and getOwnerOfNewResources().