|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\LegalDocuments\Intercept\ConditionalIntercept:
Collaboration diagram for ILIAS\LegalDocuments\Intercept\ConditionalIntercept: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.