ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Intercept.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments
;
22
23
use
ILIAS\LegalDocuments\Value\Target
;
24
25
interface
Intercept
26
{
27
public
function
intercept
(): bool;
28
public
function
id
(): string;
29
public
function
target
():
Target
;
30
}
ILIAS\LegalDocuments
Definition:
Administration.php:21
ILIAS\LegalDocuments\Intercept\target
target()
ILIAS\LegalDocuments\Value\Target
Definition:
Target.php:23
ILIAS\LegalDocuments\Intercept\id
id()
ILIAS\LegalDocuments\Intercept\intercept
intercept()
Target
ILIAS\LegalDocuments\Intercept
Definition:
Intercept.php:25
components
ILIAS
LegalDocuments
classes
Intercept.php
Generated on Mon Sep 1 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)