ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private readonly Container $container, ?Internal $internal=null, ?Routing $routing=null) | |
provide (string $id) | |
loginPageHTML (string $id) | |
logoutText () | |
logoutTarget (LogoutTarget $target) | |
modifyFooter (Closure $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) | |
userManagementModals () | |
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 () | |
Private Attributes | |
readonly Internal | $internal |
readonly Routing | $routing |
array | $modals = [] |
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 54 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\createInternal(), ilStartUpGUI\logoutUrl(), and ilInitialisation\redirectToStartingPage().
ILIAS\LegalDocuments\Conductor::afterLogin | ( | ) |
Definition at line 161 of file Conductor.php.
ILIAS\LegalDocuments\Conductor::agree | ( | string | $gui, |
string | $cmd | ||
) |
Definition at line 112 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\agreeContent(), and ILIAS\LegalDocuments\Conductor\setMainTemplateContent().
ILIAS\LegalDocuments\Conductor::agreeContent | ( | string | $gui, |
string | $cmd | ||
) |
Definition at line 117 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\byQueryParams(), and ILIAS\LegalDocuments\Conductor\renderPageFragment().
Referenced by ILIAS\LegalDocuments\Conductor\agree().
|
private |
A
Closure(A) | bool $predicate |
list<A> | $array |
Definition at line 255 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\any().
|
private |
A
Closure(A) | bool $predicate |
list<A> | $array |
Definition at line 245 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\find().
Referenced by ILIAS\LegalDocuments\Conductor\all().
|
private |
Definition at line 260 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\agreeContent(), and ILIAS\LegalDocuments\Conductor\withdraw().
ILIAS\LegalDocuments\Conductor::canUseSoapApi | ( | ) |
Definition at line 156 of file Conductor.php.
|
private |
Definition at line 295 of file Conductor.php.
References $id, and ILIAS\LegalDocuments\Conductor\provide().
Referenced by ILIAS\LegalDocuments\Conductor\__construct().
|
private |
A
Closure(A) | bool $predicate |
list<A> | $array |
Definition at line 229 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\any(), ILIAS\LegalDocuments\Conductor\findGotoLink(), and ILIAS\LegalDocuments\Conductor\userManagementFields().
ILIAS\LegalDocuments\Conductor::findGotoLink | ( | string | $goto_target | ) |
Definition at line 169 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\find().
ILIAS\LegalDocuments\Conductor::intercepting | ( | ) |
Definition at line 180 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\StartUpStep\__construct().
ILIAS\LegalDocuments\Conductor::loginPageHTML | ( | string | $id | ) |
Definition at line 73 of file Conductor.php.
ILIAS\LegalDocuments\Conductor::logoutTarget | ( | LogoutTarget | $target | ) |
Definition at line 98 of file Conductor.php.
ILIAS\LegalDocuments\Conductor::logoutText | ( | ) |
Definition at line 82 of file Conductor.php.
ILIAS\LegalDocuments\Conductor::modifyFooter | ( | Closure | $footer | ) |
ILIAS\LegalDocuments\Conductor::provide | ( | string | $id | ) |
Definition at line 68 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\createInternal().
|
private |
Definition at line 282 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\agreeContent(), and ILIAS\LegalDocuments\Conductor\withdraw().
ILIAS\LegalDocuments\Conductor::selfRegistration | ( | ) |
Definition at line 185 of file Conductor.php.
|
private |
Definition at line 290 of file Conductor.php.
Referenced by ILIAS\LegalDocuments\Conductor\agree(), and ILIAS\LegalDocuments\Conductor\withdraw().
ILIAS\LegalDocuments\Conductor::userCanReadInternalMail | ( | ) |
Definition at line 151 of file Conductor.php.
ILIAS\LegalDocuments\Conductor::userManagementFields | ( | ilObjUser | $user | ) |
Definition at line 193 of file Conductor.php.
References Vendor\Package\$f, and ILIAS\LegalDocuments\Conductor\find().
ILIAS\LegalDocuments\Conductor::userManagementModals | ( | ) |
Definition at line 213 of file Conductor.php.
ILIAS\LegalDocuments\Conductor::usersWithHiddenOnlineStatus | ( | array | $users | ) |
ILIAS\LegalDocuments\Conductor::withdraw | ( | string | $gui, |
string | $cmd | ||
) |
Definition at line 129 of file Conductor.php.
References ILIAS\LegalDocuments\Conductor\byQueryParams(), ILIAS\LegalDocuments\Conductor\renderPageFragment(), and ILIAS\LegalDocuments\Conductor\setMainTemplateContent().
|
private |
Definition at line 48 of file Conductor.php.
|
private |
Definition at line 52 of file Conductor.php.
|
private |
Definition at line 49 of file Conductor.php.