ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (private readonly ilCtrl $ctrl, Conductor $legal_documents) | |
shouldStoreRequestTarget () | |
shouldInterceptRequest () | |
execute () | |
isInFulfillment () | |
![]() | |
shouldStoreRequestTarget () | |
shouldInterceptRequest () | |
isInFulfillment () | |
execute () | |
Private Member Functions | |
allInterceptingPaths () | |
findCurrent () | |
find (Closure $predicate, array $array) | |
A More... | |
Private Attributes | |
readonly array | $all |
readonly Intercept | $current |
Definition at line 32 of file StartUpStep.php.
ILIAS\LegalDocuments\StartUpStep::__construct | ( | private readonly ilCtrl | $ctrl, |
Conductor | $legal_documents | ||
) |
Definition at line 38 of file StartUpStep.php.
References ILIAS\LegalDocuments\StartUpStep\findCurrent(), and ILIAS\LegalDocuments\Conductor\intercepting().
|
private |
Definition at line 73 of file StartUpStep.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\isInFulfillment().
ILIAS\LegalDocuments\StartUpStep::execute | ( | ) |
Definition at line 54 of file StartUpStep.php.
References ILIAS\Repository\ctrl().
|
private |
A
Closure(A) | bool $predicate |
A[] | $array |
Definition at line 98 of file StartUpStep.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\findCurrent().
|
private |
Definition at line 81 of file StartUpStep.php.
References ILIAS\LegalDocuments\StartUpStep\$all, and ILIAS\LegalDocuments\StartUpStep\find().
Referenced by ILIAS\LegalDocuments\StartUpStep\__construct().
ILIAS\LegalDocuments\StartUpStep::isInFulfillment | ( | ) |
Definition at line 61 of file StartUpStep.php.
References ILIAS\LegalDocuments\StartUpStep\allInterceptingPaths(), and ILIAS\Repository\ctrl().
ILIAS\LegalDocuments\StartUpStep::shouldInterceptRequest | ( | ) |
Definition at line 49 of file StartUpStep.php.
ILIAS\LegalDocuments\StartUpStep::shouldStoreRequestTarget | ( | ) |
Definition at line 44 of file StartUpStep.php.
|
private |
Definition at line 35 of file StartUpStep.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\findCurrent().
|
private |
Definition at line 36 of file StartUpStep.php.