19 declare(strict_types=1);
42 foreach ($permission as $p) {
43 if ($helpers->workspace_access_handler->checkAccess(
56 foreach ($permission as $p) {
57 if ($helpers->access->checkAccess($p->value,
'', $context->
getCallingId(),
'file')) {
67 return $helpers->action_repository->hasActionForSuffix($suffix, $action);
72 return $helpers->action_repository->hasEditActionForSuffix($suffix);
77 return $helpers->action_repository->hasViewActionForSuffix($suffix);
83 return \ilSharedResourceGUI::class;
85 return \ilRepositoryGUI::class;
hasWopiEditAction(CheckHelpers $helpers, string $suffix)
hasWopiAction(CheckHelpers $helpers, string $suffix, ActionTarget ... $action)
hasPermission(CheckHelpers $helpers, Context $context, Permissions ... $permission)
ActionTarget
Officialy supported action targets, see https://learn.microsoft.com/en-us/openspecs/office_protocols/...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
baseClass(Context $context)
hasWopiViewAction(CheckHelpers $helpers, string $suffix)