ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (private readonly Closure $intercept, private readonly string $id, private readonly Target $target) | |
intercept () | |
id () | |
target () | |
Definition at line 27 of file ConditionalIntercept.php.
ILIAS\LegalDocuments\Intercept\ConditionalIntercept::__construct | ( | private readonly Closure | $intercept, |
private readonly string | $id, | ||
private readonly Target | $target | ||
) |
Closure() | bool $intercept |
Definition at line 32 of file ConditionalIntercept.php.
ILIAS\LegalDocuments\Intercept\ConditionalIntercept::id | ( | ) |
Implements ILIAS\LegalDocuments\Intercept.
Definition at line 44 of file ConditionalIntercept.php.
References $id.
ILIAS\LegalDocuments\Intercept\ConditionalIntercept::intercept | ( | ) |
Implements ILIAS\LegalDocuments\Intercept.
Definition at line 39 of file ConditionalIntercept.php.
ILIAS\LegalDocuments\Intercept\ConditionalIntercept::target | ( | ) |
Implements ILIAS\LegalDocuments\Intercept.
Definition at line 49 of file ConditionalIntercept.php.