ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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:7
ILIAS\Test\Access\SimpleAccess
Definition:
SimpleAccess.php:25
$path
$path
Definition:
ltiservices.php:30
ILIAS\Test\Access\SimpleAccess\isPermitted
isPermitted(string $path)
WrapperInterface
components
ILIAS
Test
src
Access
SimpleAccess.php
Generated on Wed Sep 10 2025 15:16:33 for ILIAS by
1.8.13 (using
Doxyfile
)