ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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\Authentication\StaticUrlHandler\handle(), ILIAS\PermanentLink\StaticURLHandler\handle(), ILIAS\Calendar\URL\CalendarStaticURLHandler\handle(), ILIAS\Certificate\StaticUrlHandler\handle(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ILIAS\Export\ExportHandler\StaticUrlHandler\handle(), ilFileStaticURLHandler\handle(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), and ilKSDocumentationGotoLink\handle().
ILIAS\StaticURL\Request\Request::getNamespace | ( | ) |
Definition at line 37 of file Request.php.
References $namespace.
Referenced by ILIAS\StaticURL\Handler\BaseHandler\canHandle().
ILIAS\StaticURL\Request\Request::getReferenceId | ( | ) |
Definition at line 42 of file Request.php.
Referenced by ILIAS\PermanentLink\StaticURLHandler\handle(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ILIAS\Export\ExportHandler\StaticUrlHandler\handle(), ilFileStaticURLHandler\handle(), and ilKSDocumentationGotoLink\handle().