38 $ilAccess = $DIC[
'ilAccess'];
40 switch ($permission) {
45 if (!$target_ref_id || !$ilAccess->checkAccessOfUser(
$user_id, $permission, $cmd, $target_ref_id)) {
76 $ilAccess = $DIC[
'ilAccess'];
78 if ($ilAccess->checkAccess(
'write',
'', $a_ref_id)) {
81 array(
"permission" =>
"visible",
"cmd" =>
"",
"lang_var" =>
"show",
"default" =>
true),
82 array(
"permission" =>
"write",
"cmd" =>
"editReference",
"lang_var" =>
"edit")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
_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 _getCommands($a_ref_id=0)
get commands
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupTargetRefId(int $a_obj_id)