ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
SimpleAccess.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Test\Access
;
22
23
use
ILIAS\Data\Result
;
24
25
interface
SimpleAccess
26
{
30
public
function
isPermitted
(
string
$path
):
Result
;
31
}
ILIAS\Test\Access
Definition:
AccessFileUploadAnswer.php:21
ILIAS\Data\Result
Definition:
Error.php:21
ILIAS\Test\Access\SimpleAccess
Definition:
SimpleAccess.php:25
$path
$path
Definition:
ltiservices.php:29
ILIAS\Test\Access\SimpleAccess\isPermitted
isPermitted(string $path)
WrapperInterface
components
ILIAS
Test
src
Access
SimpleAccess.php
Generated on Wed Sep 3 2025 23:04:03 for ILIAS by
1.8.13 (using
Doxyfile
)