5require_once 
'./Services/Object/classes/class.ilObjectAccess.php';
 
   33                $rbacsystem = 
$DIC[
'rbacsystem'];
 
   36                $ilAccess = 
$DIC[
'ilAccess'];
 
   58                                        return $rbacsystem->checkAccessOfUser($user_id, 
'visible', 
$ref_id);
 
   62                                        return $rbacsystem->checkAccessOfUser($user_id, 
'write', 
$ref_id);
 
An exception for terminatinating execution or to throw for unit testing.
const IL_NO_OBJECT_ACCESS
@noinspection PhpIncludeInspection
static _checkGoto($target)
_checkAccess($cmd, $permission, $ref_id, $a_obj_id, $user_id="")
checks wether a user may invoke a command or not (this method is called by ilAccessHandler::checkAcce...