47 if ($object_id ===
null) {
53 if ($DIC->access()->checkAccessOfUser($this->current_user,
'read',
'', $ref_id)) {
64 $r = $this->database->queryF(
65 "SELECT file_id FROM file_data WHERE rid = %s",
69 $d = $this->database->fetchObject(
$r);
71 return (isset(
$d->file_id) ? (
int)
$d->file_id :
null);
79 $this->database->manipulateF(
80 "UPDATE object_data SET offline = 1 WHERE obj_id = %s",
93 $r = $this->database->queryF(
94 "SELECT file_id FROM file_data WHERE rid = %s",
98 $d = $this->database->fetchObject(
$r);
99 if (
$d !==
null && property_exists(
$d,
'file_id') &&
$d->file_id !==
null) {
101 $ref_id = array_shift($references);
103 return ilLink::_getLink(
$ref_id,
'file');
111 $this->database = $DIC->database();
canBeAccessedByCurrentUser(ResourceIdentification $identification)
getLocationURIForResourceUsage(ResourceIdentification $identification)
Class ilObjFileStakeholder.
static _getAllReferences(int $id)
get all reference ids for object ID
resourceHasBeenDeleted(ResourceIdentification $identification)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
resolveObjectId(ResourceIdentification $identification)
Class ResourceIdentification.