|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\LegalDocuments\Conductor:Public Member Functions | |
| __construct (private readonly Container $container, ?Internal $internal=null, Routing $routing=null) | |
| provide (string $id) | |
| onLogout (string $gui) | |
| loginPageHTML (string $id) | |
| logoutText () | |
| modifyFooter (Footer $footer) | |
| agree (string $gui, string $cmd) | |
| agreeContent (string $gui, string $cmd) | |
| withdraw (string $gui, string $cmd) | |
| usersWithHiddenOnlineStatus (array $users) | |
| userCanReadInternalMail () | |
| canUseSoapApi () | |
| afterLogin () | |
| findGotoLink (string $goto_target) | |
| intercepting () | |
| selfRegistration () | |
| userManagementFields (ilObjUser $user) | |
Private Member Functions | |
| find (Closure $predicate, array $array) | |
| A More... | |
| any (Closure $predicate, array $array) | |
| A More... | |
| all (Closure $predicate, array $array) | |
| A More... | |
| byQueryParams (string $gui, string $cmd, string $key) | |
| renderPageFragment (string $gui, string $cmd) | |
| setMainTemplateContent (string $content) | |
| createInternal () | |
| footerBridge (Footer $footer, array $collection) | |
| collectFooterItems (array $items) | |
Private Attributes | |
| readonly Internal | $internal |
| readonly Routing | $routing |
Definition at line 46 of file Conductor.php.
| ILIAS\LegalDocuments\Conductor::__construct | ( | private readonly Container | $container, |
| ?Internal | $internal = null, |
||
| Routing | $routing = null |
||
| ) |
Definition at line 51 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\createInternal(), ilStartUpGUI\logoutUrl(), and ilInitialisation\redirectToStartingPage().
Here is the call graph for this function:| ILIAS\LegalDocuments\Conductor::afterLogin | ( | ) |
Definition at line 158 of file Conductor.php.
| ILIAS\LegalDocuments\Conductor::agree | ( | string | $gui, |
| string | $cmd | ||
| ) |
Definition at line 109 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\agreeContent(), and ILIAS\LegalDocuments\Conductor\setMainTemplateContent().
Here is the call graph for this function:| ILIAS\LegalDocuments\Conductor::agreeContent | ( | string | $gui, |
| string | $cmd | ||
| ) |
Definition at line 114 of file Conductor.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\LegalDocuments\Conductor\byQueryParams(), and ILIAS\LegalDocuments\Conductor\renderPageFragment().
Referenced by ILIAS\LegalDocuments\Conductor\agree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
A
| Closure(A) | bool $predicate |
| list<A> | $array |
Definition at line 227 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\any().
Here is the call graph for this function:
|
private |
A
| Closure(A) | bool $predicate |
| list<A> | $array |
Definition at line 217 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\find().
Referenced by ILIAS\LegalDocuments\Conductor\all().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 232 of file Conductor.php.
References Vendor\Package\$e, and $id.
Referenced by ILIAS\LegalDocuments\Conductor\agreeContent(), and ILIAS\LegalDocuments\Conductor\withdraw().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Conductor::canUseSoapApi | ( | ) |
Definition at line 153 of file Conductor.php.
|
private |
Definition at line 302 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\modifyFooter().
Here is the caller graph for this function:
|
private |
Definition at line 267 of file Conductor.php.
References $id, and ILIAS\LegalDocuments\Conductor\provide().
Referenced by ILIAS\LegalDocuments\Conductor\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
A
| Closure(A) | bool $predicate |
| list<A> | $array |
Definition at line 201 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\any(), and ILIAS\LegalDocuments\Conductor\findGotoLink().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Conductor::findGotoLink | ( | string | $goto_target | ) |
Definition at line 166 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\find().
Here is the call graph for this function:
|
private |
Definition at line 279 of file Conductor.php.
References Vendor\Package\$f, $id, ILIAS\UI\Component\MainControls\Footer\getLinks(), ILIAS\UI\Component\MainControls\Footer\getModals(), ILIAS\UI\Component\MainControls\Footer\getPermanentURL(), ILIAS\UI\Component\MainControls\Footer\getText(), and ILIAS\UI\Component\MainControls\Footer\withAdditionalModalAndTrigger().
Referenced by ILIAS\LegalDocuments\Conductor\modifyFooter().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\Conductor::intercepting | ( | ) |
Definition at line 174 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\__construct().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Conductor::loginPageHTML | ( | string | $id | ) |
Definition at line 82 of file Conductor.php.
| ILIAS\LegalDocuments\Conductor::logoutText | ( | ) |
Definition at line 91 of file Conductor.php.
References Vendor\Package\$e, and $id.
| ILIAS\LegalDocuments\Conductor::modifyFooter | ( | Footer | $footer | ) |
Definition at line 104 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\collectFooterItems(), and ILIAS\LegalDocuments\Conductor\footerBridge().
Here is the call graph for this function:| ILIAS\LegalDocuments\Conductor::onLogout | ( | string | $gui | ) |
Definition at line 67 of file Conductor.php.
References Vendor\Package\$e, and $id.
| ILIAS\LegalDocuments\Conductor::provide | ( | string | $id | ) |
Definition at line 62 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\createInternal().
Here is the caller graph for this function:
|
private |
Definition at line 254 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\agreeContent(), and ILIAS\LegalDocuments\Conductor\withdraw().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Conductor::selfRegistration | ( | ) |
Definition at line 179 of file Conductor.php.
|
private |
Definition at line 262 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\agree(), and ILIAS\LegalDocuments\Conductor\withdraw().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Conductor::userCanReadInternalMail | ( | ) |
Definition at line 148 of file Conductor.php.
| ILIAS\LegalDocuments\Conductor::userManagementFields | ( | ilObjUser | $user | ) |
| ILIAS\LegalDocuments\Conductor::usersWithHiddenOnlineStatus | ( | array | $users | ) |
| ILIAS\LegalDocuments\Conductor::withdraw | ( | string | $gui, |
| string | $cmd | ||
| ) |
Definition at line 126 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\byQueryParams(), ILIAS\LegalDocuments\Conductor\renderPageFragment(), and ILIAS\LegalDocuments\Conductor\setMainTemplateContent().
Here is the call graph for this function:
|
private |
Definition at line 48 of file Conductor.php.
|
private |
Definition at line 49 of file Conductor.php.