ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Check.php
Go to the documentation of this file.
1<?php
2
24
28
29interface Check
30{
31 public function __construct();
32
33 public function canUnlock(): Capabilities;
34
35 public function maybeUnlock(
36 Capability $capability,
37 CheckHelpers $helpers,
40 ): Capability;
41
42 public function maybeBuildURI(
43 Capability $capability,
44 CheckHelpers $helpers,
46 ): Capability;
47}
$info
Definition: entry_point.php:21
maybeBuildURI(Capability $capability, CheckHelpers $helpers, Context $context,)
maybeUnlock(Capability $capability, CheckHelpers $helpers, \ilObjFileInfo $info, Context $context,)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: BaseCheck.php:21
$context
Definition: webdav.php:31