ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private string $namespace, private ?ReferenceId $reference_id=null, private ?array $additional_parameters=null,) | |
getNamespace () | |
getReferenceId () | |
getAdditionalParameters () | |
Definition at line 28 of file Request.php.
ILIAS\StaticURL\Request\Request::__construct | ( | private string | $namespace, |
private ?ReferenceId | $reference_id = null , |
||
private ?array | $additional_parameters = null |
||
) |
Definition at line 30 of file Request.php.
ILIAS\StaticURL\Request\Request::getAdditionalParameters | ( | ) |
Definition at line 47 of file Request.php.
Referenced by ILIAS\User\StaticURLHandler\getLoginUrl(), ILIAS\PermanentLink\StaticURLHandler\handle(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ilKSDocumentationGotoLink\handle(), ILIAS\Test\StaticURLHandler\handle(), ILIAS\User\StaticURLHandler\handle(), ILIAS\Export\ExportHandler\StaticUrlHandler\handle(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), and ilFileStaticURLHandler\handle().
ILIAS\StaticURL\Request\Request::getNamespace | ( | ) |
Definition at line 37 of file Request.php.
References $namespace.
Referenced by ILIAS\StaticURL\Handler\BaseHandler\canHandle(), and ILIAS\User\StaticURLHandler\getLoginUrl().
ILIAS\StaticURL\Request\Request::getReferenceId | ( | ) |
Definition at line 42 of file Request.php.
Referenced by ILIAS\User\StaticURLHandler\getLoginUrl(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ilKSDocumentationGotoLink\handle(), ILIAS\PermanentLink\StaticURLHandler\handle(), ILIAS\Test\StaticURLHandler\handle(), ILIAS\Export\ExportHandler\StaticUrlHandler\handle(), and ilFileStaticURLHandler\handle().