ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private RequestBuilder $request_builder, private Context $context, Handler ... $handlers,) | |
performRedirect (URI $base_uri) | |
Private Member Functions | |
appendUnknownParameters (Context $context, string $full_uri) | |
Private Attributes | |
array | $handlers = [] |
Factory | $response_factory |
Definition at line 35 of file HandlerService.php.
ILIAS\StaticURL\Handler\HandlerService::__construct | ( | private RequestBuilder | $request_builder, |
private Context | $context, | ||
Handler ... | $handlers | ||
) |
Definition at line 43 of file HandlerService.php.
References $context, $handler, and ILIAS\StaticURL\Handler\HandlerService\$handlers.
|
private |
Definition at line 127 of file HandlerService.php.
References $context.
Referenced by ILIAS\StaticURL\Handler\HandlerService\performRedirect().
ILIAS\StaticURL\Handler\HandlerService::performRedirect | ( | URI | $base_uri | ) |
Definition at line 57 of file HandlerService.php.
References $handler, $http, $response, ILIAS\StaticURL\Handler\HandlerService\appendUnknownParameters(), and ILIAS\Data\URI\getPath().
|
private |
Definition at line 40 of file HandlerService.php.
Referenced by ILIAS\StaticURL\Handler\HandlerService\__construct().
|
private |
Definition at line 41 of file HandlerService.php.