|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 () | |
Public Member Functions inherited from ILIAS\Init\StartupSequence\StartUpSequenceStep | |
| 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().
Here is the call graph for this function:
|
private |
Definition at line 73 of file StartUpStep.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\isInFulfillment().
Here is the caller graph for this function:| ILIAS\LegalDocuments\StartUpStep::execute | ( | ) |
Definition at line 54 of file StartUpStep.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
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\$all, and 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 | ( | ) |
Definition at line 61 of file StartUpStep.php.
References ILIAS\LegalDocuments\StartUpStep\allInterceptingPaths(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| 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.