ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private Container $container) | |
getUserLanguage () | |
refinery () | |
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 | ||
) |
Definition at line 54 of file Context.php.
Referenced by ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ILIAS\Test\StaticURLHandler\handle(), and ILIAS\Export\ExportHandler\StaticUrlHandler\handle().
ILIAS\StaticURL\Context::ctrl | ( | ) |
Definition at line 49 of file Context.php.
Referenced by ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ilKSDocumentationGotoLink\handle(), ILIAS\Test\StaticURLHandler\handle(), ILIAS\User\StaticURLHandler\handle(), ILIAS\Export\ExportHandler\StaticUrlHandler\handle(), and ILIAS\StaticURL\Handler\LegacyGotoHandler\handle().
ILIAS\StaticURL\Context::exists | ( | int | $ref_id | ) |
Definition at line 64 of file Context.php.
ILIAS\StaticURL\Context::getParentRefId | ( | int | $ref_id | ) |
Definition at line 59 of file Context.php.
ILIAS\StaticURL\Context::getUserId | ( | ) |
Definition at line 69 of file Context.php.
Referenced by ILIAS\Export\ExportHandler\StaticUrlHandler\handle(), and ILIAS\StaticURL\Handler\LegacyGotoHandler\handle().
ILIAS\StaticURL\Context::getUserLanguage | ( | ) |
Definition at line 34 of file Context.php.
Referenced by ILIAS\User\StaticURLHandler\getLoginUrl().
ILIAS\StaticURL\Context::http | ( | ) |
Definition at line 44 of file Context.php.
Referenced by ILIAS\StaticURL\Handler\HandlerService\appendUnknownParameters().
ILIAS\StaticURL\Context::isPublicSectionActive | ( | ) |
Definition at line 79 of file Context.php.
Referenced by ILIAS\Export\ExportHandler\StaticUrlHandler\handle().
ILIAS\StaticURL\Context::isUserLoggedIn | ( | ) |
Definition at line 74 of file Context.php.
Referenced by ILIAS\Test\StaticURLHandler\handle(), ILIAS\User\StaticURLHandler\handle(), and ILIAS\Export\ExportHandler\StaticUrlHandler\handle().
ILIAS\StaticURL\Context::refinery | ( | ) |
Definition at line 39 of file Context.php.