19 declare(strict_types=1);
37 $this->
user = $DIC->user();
38 $this->
lng = $DIC->language();
39 $this->rbacsystem = $DIC->rbac()->system();
40 $this->
access = $DIC->access();
54 $a_user_id = $ilUser->getId();
59 $permission ===
'read' 73 [
"permission" =>
"read",
"cmd" =>
"preview",
"lang_var" =>
"show",
"default" =>
true],
74 [
"permission" =>
"write",
"cmd" =>
"render",
"lang_var" =>
"edit"]
85 $ilAccess = $DIC->access();
87 $t_arr = explode(
"_", $target);
89 if ($t_arr[0] !==
"poll" || ((
int) $t_arr[1]) <= 0) {
93 if ($ilAccess->checkAccess(
"read",
"", (
int) $t_arr[1])) {
107 preg_match(
"/\\/poll_([\\d]*)\\//uism", $ilWACPath->
getPath(),
$results);
110 if ($ilAccess->checkAccess(
'read',
'',
$ref_id)) {
static _getAllReferences(int $id)
get all reference ids for object ID
_checkAccess(string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
canBeDelivered(ilWACPath $ilWACPath)
static _checkGoto(string $target)