19 declare(strict_types=1);
75 $ilAccess = $DIC->access();
77 $arr = explode(
"_", $target);
80 $ilAccess->checkAccess(
"read",
"", (
int) $arr[1]) ||
81 $ilAccess->checkAccess(
"visible",
"", (
int) $arr[1])
98 $objDefinition = $DIC[
'objDefinition'];
108 public static function _preloadData(array $obj_ids, array $ref_ids): void
119 if (preg_match(
"/\\/obj_([\\d]*)\\//uism", $ilWACPath->
getPath(),
$results)) {
121 if ($ilAccess->checkAccess(
'visible',
'', $ref_id) || $ilAccess->checkAccess(
'read',
'', $ref_id)) {
_checkAccess(string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null)
Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAcc...
static _getAllReferences(int $id)
get all reference ids for object ID
static _preloadData(array $obj_ids, array $ref_ids)
Preload data.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupOfflineStatus(int $obj_id)
Lookup offline status using objectDataCache.
static _checkGoto(string $target)
check whether goto script will succeed
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _getCommands()
get commands
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _isOffline(int $obj_id)
Type-specific implementation of general status, has to be overwritten if object type does not support...
static _lookupType(int $id, bool $reference=false)
canBeDelivered(ilWACPath $ilWACPath)