| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilObjBibliographicStakeholder. More...
 Inheritance diagram for ilObjBibliographicStakeholder:
 Collaboration diagram for ilObjBibliographicStakeholder:Public Member Functions | |
| __construct () | |
| Constructor must not have any parameters.  More... | |
| getId () | |
| getOwnerOfNewResources () | |
| 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) | |
Protected Attributes | |
| ilDBInterface | $database = null | 
Private Member Functions | |
| initDB () | |
Class ilObjBibliographicStakeholder.
Definition at line 26 of file class.ilObjBibliographicStakeholder.php.
| ilObjBibliographicStakeholder::__construct | ( | ) | 
Constructor must not have any parameters.
The Stakeholder must be able to be instantiated without any parameters. Additionally, Stakeholder may get instantiated without dependencies available. Therefore, the Stakeholder must must check for dependencies and implement fallbacks.
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 30 of file class.ilObjBibliographicStakeholder.php.
| ilObjBibliographicStakeholder::getId | ( | ) | 
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 37 of file class.ilObjBibliographicStakeholder.php.
| ilObjBibliographicStakeholder::getLocationURIForResourceUsage | ( | ResourceIdentification | $identification | ) | 
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 50 of file class.ilObjBibliographicStakeholder.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:| ilObjBibliographicStakeholder::getOwnerOfNewResources | ( | ) | 
Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.
Definition at line 45 of file class.ilObjBibliographicStakeholder.php.
      
  | 
  private | 
Definition at line 67 of file class.ilObjBibliographicStakeholder.php.
References $DIC.
Referenced by getLocationURIForResourceUsage().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 28 of file class.ilObjBibliographicStakeholder.php.