ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
Definition at line 28 of file Context.php.
ILIAS\StaticURL\Context::__construct | ( | private Container | $container | ) |
Definition at line 30 of file Context.php.
ILIAS\StaticURL\Context::checkPermission | ( | string | $permission, |
int | $ref_id | ||
) |
ILIAS\StaticURL\Context::ctrl | ( | ) |
Definition at line 59 of file Context.php.
Referenced by ilKSDocumentationGotoLink\handle().
ILIAS\StaticURL\Context::exists | ( | int | $ref_id | ) |
Definition at line 74 of file Context.php.
References $ref_id.
ILIAS\StaticURL\Context::getParentRefId | ( | int | $ref_id | ) |
Definition at line 69 of file Context.php.
References $ref_id.
ILIAS\StaticURL\Context::getUserId | ( | ) |
Definition at line 79 of file Context.php.
ILIAS\StaticURL\Context::getUserLanguage | ( | ) |
Definition at line 34 of file Context.php.
ILIAS\StaticURL\Context::http | ( | ) |
Definition at line 54 of file Context.php.
ILIAS\StaticURL\Context::isPublicSectionActive | ( | ) |
Definition at line 89 of file Context.php.
ILIAS\StaticURL\Context::isUserLoggedIn | ( | ) |
Definition at line 84 of file Context.php.
ILIAS\StaticURL\Context::lng | ( | ) |
Definition at line 44 of file Context.php.
ILIAS\StaticURL\Context::mainTemplate | ( | ) |
Definition at line 49 of file Context.php.
ILIAS\StaticURL\Context::refinery | ( | ) |
Definition at line 39 of file Context.php.