ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Data\Result
A result encapsulates a value or an error and simplifies the handling of those.
Definition:
Result.php:29
ILIAS\Test\Access\SimpleAccess
Definition:
SimpleAccess.php:26
ILIAS\Test\Access\SimpleAccess\isPermitted
isPermitted(string $path)
$path
$path
Definition:
ltiservices.php:30
ILIAS\Data\Result
Definition:
Error.php:21
ILIAS\Test\Access
Definition:
AccessFileUploadAnswer.php:21
components
ILIAS
Test
src
Access
SimpleAccess.php
Generated on Sat Oct 18 2025 23:04:30 for ILIAS by
1.9.4 (using
Doxyfile
)