35 $this->rbacsystem =
$DIC->rbac()->system();
36 $this->ref_id =
$DIC->http()->wrapper()->query()->has(
'ref_id')
37 ?
$DIC->http()->wrapper()->query()->retrieve(
'ref_id',
$DIC->refinery()->kindlyTo()->int())
53 return $this->rbacsystem->checkAccess($permission, $this->ref_id);
Base class for ILIAS Exception handling.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkAccessAndThrowException(string $permission)
hasUserPermissionTo(string $permission)
__construct()
ilObjAdministrativeNotificationAccess constructor.
class ilRbacSystem system function like checkAccess, addActiveRole ... Supporting system functions ar...