54 $r = $this->database->query(
55 "SELECT id FROM il_bibl_data WHERE rid = " . $this->database->quote($identification->
serialize(),
'text')
57 $d = $this->database->fetchObject(
$r);
60 $ref_id = array_shift($references);
62 return ilLink::_getLink(
$ref_id,
'bibl');
70 $this->database = $DIC->database();
static _getAllReferences(int $id)
get all reference ids for object ID
getLocationURIForResourceUsage(ResourceIdentification $identification)
Class ilObjBibliographicStakeholder.
Class ResourceIdentification.
__construct()
Constructor must not have any parameters.