34 $this->obj_data_cache = $DIC[
"ilObjDataCache"];
35 $this->
user = $DIC->user();
36 $this->
access = $DIC->access();
37 $this->
logger = $DIC->logger()->mob();
42 preg_match(
"/.\\/public\/data\\/.*\\/mm_([0-9]*)\\/.*/ui", $ilWACPath->
getPath(), $matches);
43 $obj_id = $matches[1] ?? 0;
55 switch ($usage[
"type"]) {
61 foreach ($usages2 as $usage2) {
63 if ($this->checkAccessMobUsage($usage2, $oid2)) {
70 if ($usage[
"id"] == $this->
user->getId()) {
76 if ($oid !==
null && $this->checkAccessMobUsage($usage, $oid)) {
83 "Could not determine parent obj_id for usage: %s",
84 json_encode($usage, JSON_THROW_ON_ERROR | JSON_PRETTY_PRINT)
96 protected function checkAccessMobUsage(
107 switch ($usage[
'type']) {
127 if ($ilObjDataCache->lookupType($oid) ==
'usr' && $oid ==
$user_id) {
134 $draft_id = $usage[
'id'];
137 if (
$user_id == $oDraft->getPostAuthorId()) {
142 $history_id = $usage[
'id'];
145 if (
$user_id == $oDraft->getPostAuthorId()) {
213 string $obj_type =
'' 224 foreach ($ref_ids as
$ref_id) {
226 if ($ilAccess->checkAccessOfUser(
$user_id,
"read",
"view", $ref_id, $obj_type, $obj_id)) {
251 if ($obj_type ==
'qpl') {
255 foreach ($tests as $test_id) {
287 foreach ($sources as $src) {
288 switch ($src[
'type']) {
328 if ($access_handler->checkAccessOfUser($ilUser->getId(),
"read",
"view", $obj_id,
"prtf")) {
345 $node_id = $tree->lookupNodeId($obj_id);
350 if ($access_handler->checkAccessOfUser($tree, $ilUser->getId(),
"read",
"view", $node_id,
"blog")) {
static _getSourcesOfTarget(string $a_target_type, int $a_target_id, int $a_target_inst)
get all sources of a link target
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupUsages(int $a_id, bool $a_incl_hist=true)
Lookup usages of media object.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupContainerIdByObjectiveId(int $a_objective_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilForumDraftHistory.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _getRandomTestsForQuestionPool($qpl_id)
Get all tests using a question pool for random selection.
static _lookupVisibility(int $a_news_id)
Lookup News Visibility.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Access handler for portfolio NOTE: This file needs to stay in the classes directory, WAC will be confused otherwise.
static _lookupContObjID(int $a_id)
get learning module id for lm object
static newInstanceByDraftId(int $draft_id)
static _lookupType(int $id, bool $reference=false)