47 $r = $this->database->query(
48 "SELECT id FROM il_bibl_data WHERE rid = " . $this->database->quote($identification->
serialize(),
'text')
50 $d = $this->database->fetchObject(
$r);
53 $ref_id = array_shift($references);
55 return ilLink::_getLink(
$ref_id,
'bibl');
63 $this->database = $DIC->database();
static _getAllReferences(int $id)
get all reference ids for object ID
getLocationURIForResourceUsage(ResourceIdentification $identification)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class ilObjBibliographicStakeholder.
Class ResourceIdentification.