|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\StaticURL\Context:Public Member Functions | |
| __construct (private Container $container) | |
| getUserLanguage () | |
| refinery () | |
| lng () | |
| mainTemplate () | |
| http () | |
| ctrl () | |
| checkPermission (string $permission, int $ref_id) | |
| getParentRefId (int $ref_id) | |
| exists (int $ref_id) | |
| getUserId () | |
| isUserLoggedIn () | |
| isPublicSectionActive () | |
| builder () | |
Definition at line 29 of file Context.php.
| ILIAS\StaticURL\Context::__construct | ( | private Container | $container | ) |
Definition at line 31 of file Context.php.
| ILIAS\StaticURL\Context::builder | ( | ) |
Definition at line 95 of file Context.php.
| ILIAS\StaticURL\Context::checkPermission | ( | string | $permission, |
| int | $ref_id | ||
| ) |
| ILIAS\StaticURL\Context::ctrl | ( | ) |
Definition at line 60 of file Context.php.
Referenced by ilKSDocumentationGotoLink\handle(), and ILIAS\User\StaticURLHandler\handle().
Here is the caller graph for this function:| ILIAS\StaticURL\Context::exists | ( | int | $ref_id | ) |
Definition at line 75 of file Context.php.
References $ref_id.
| ILIAS\StaticURL\Context::getParentRefId | ( | int | $ref_id | ) |
Definition at line 70 of file Context.php.
References $ref_id.
| ILIAS\StaticURL\Context::getUserId | ( | ) |
Definition at line 80 of file Context.php.
| ILIAS\StaticURL\Context::getUserLanguage | ( | ) |
Definition at line 35 of file Context.php.
| ILIAS\StaticURL\Context::http | ( | ) |
Definition at line 55 of file Context.php.
Referenced by ILIAS\StaticURL\Shortlinks\Handler\handle().
Here is the caller graph for this function:| ILIAS\StaticURL\Context::isPublicSectionActive | ( | ) |
Definition at line 90 of file Context.php.
| ILIAS\StaticURL\Context::isUserLoggedIn | ( | ) |
Definition at line 85 of file Context.php.
| ILIAS\StaticURL\Context::lng | ( | ) |
Definition at line 45 of file Context.php.
| ILIAS\StaticURL\Context::mainTemplate | ( | ) |
Definition at line 50 of file Context.php.
| ILIAS\StaticURL\Context::refinery | ( | ) |
Definition at line 40 of file Context.php.