ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Value\Target
Definition:
Target.php:24
ILIAS\LegalDocuments\Intercept
Definition:
Intercept.php:26
ILIAS\LegalDocuments\Intercept\target
target()
ILIAS\LegalDocuments\Intercept\id
id()
ILIAS\LegalDocuments\Intercept\intercept
intercept()
ILIAS\LegalDocuments
Definition:
Administration.php:21
components
ILIAS
LegalDocuments
classes
Intercept.php
Generated on Sat Oct 18 2025 23:03:20 for ILIAS by
1.9.4 (using
Doxyfile
)