ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (Closure $create_intercept) | |
intercept () | |
id () | |
target () | |
Private Attributes | |
Closure | $intercept |
Definition at line 27 of file LazyIntercept.php.
ILIAS\LegalDocuments\Intercept\LazyIntercept::__construct | ( | Closure | $create_intercept | ) |
Closure() | Intercept $create_intercept |
Definition at line 35 of file LazyIntercept.php.
References ILIAS\LegalDocuments\Intercept\LazyIntercept\$intercept, and ILIAS\LegalDocuments\Intercept\LazyIntercept\intercept().
ILIAS\LegalDocuments\Intercept\LazyIntercept::id | ( | ) |
Implements ILIAS\LegalDocuments\Intercept.
Definition at line 49 of file LazyIntercept.php.
References ILIAS\LegalDocuments\Intercept\LazyIntercept\intercept().
ILIAS\LegalDocuments\Intercept\LazyIntercept::intercept | ( | ) |
Implements ILIAS\LegalDocuments\Intercept.
Definition at line 44 of file LazyIntercept.php.
Referenced by ILIAS\LegalDocuments\Intercept\LazyIntercept\__construct(), ILIAS\LegalDocuments\Intercept\LazyIntercept\id(), and ILIAS\LegalDocuments\Intercept\LazyIntercept\target().
ILIAS\LegalDocuments\Intercept\LazyIntercept::target | ( | ) |
Implements ILIAS\LegalDocuments\Intercept.
Definition at line 54 of file LazyIntercept.php.
References ILIAS\LegalDocuments\Intercept\LazyIntercept\intercept().
|
private |
Definition at line 30 of file LazyIntercept.php.
Referenced by ILIAS\LegalDocuments\Intercept\LazyIntercept\__construct().