ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
Check.php
Go to the documentation of this file.
1 <?php
2 
24 
28 
29 interface 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,
45  Context $context,
46  ): Capability;
47 }
$context
Definition: webdav.php:31
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
$info
Definition: entry_point.php:21