|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LegalDocuments\StartUpStep:
Collaboration diagram for ILIAS\LegalDocuments\StartUpStep: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) | |
| @template 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().
Here is the call graph for this function:
|
private |
Definition at line 73 of file StartUpStep.php.
| ILIAS\LegalDocuments\StartUpStep::execute | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 54 of file StartUpStep.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
@template A
| Closure(A) | bool $predicate | |
| A[] | $array |
Definition at line 98 of file StartUpStep.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\findCurrent().
Here is the caller graph for this function:
|
private |
Definition at line 81 of file StartUpStep.php.
References ILIAS\LegalDocuments\StartUpStep\find().
Referenced by ILIAS\LegalDocuments\StartUpStep\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\StartUpStep::isInFulfillment | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 61 of file StartUpStep.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\LegalDocuments\StartUpStep::shouldInterceptRequest | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 49 of file StartUpStep.php.
| ILIAS\LegalDocuments\StartUpStep::shouldStoreRequestTarget | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 44 of file StartUpStep.php.
|
private |
Definition at line 35 of file StartUpStep.php.
|
private |
Definition at line 36 of file StartUpStep.php.