3declare(strict_types=1);
36 $this->rbacsystem =
$DIC->rbac()->system();
37 $this->
http = $DIC->http();
50 return $this->rbacsystem->checkAccess($permission, $this->
http->request()->getQueryParams()[
'ref_id']);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilObjFileServicesAccess.
__construct()
ilObjFileServicesAccess constructor.
checkAccessAndThrowException(string $permission)
hasUserPermissionTo(string $permission)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.