ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
AccessCheck.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\WebDAV;
22
25
29interface AccessCheck
30{
31 public function hasCurrentUserAccess(Action $action, ?int $ref_id = null): bool;
32
33 public function canUserCreate(Type $type, ?int $ref_id = null): bool;
34}
canUserCreate(Type $type, ?int $ref_id=null)
hasCurrentUserAccess(Action $action, ?int $ref_id=null)
$ref_id
Definition: ltiauth.php:66