|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\StaticURL\Handler\HandlerService:Public Member Functions | |
| __construct (private RequestBuilder $request_builder, private Context $context, private array $handler_instances) | |
| initHandler () | |
| performRedirect (URI $base_uri) | |
Private Member Functions | |
| appendUnknownParameters (Context $context, string $full_uri) | |
Private Attributes | |
| Factory | $response_factory |
| array | $handlers = [] |
Definition at line 36 of file HandlerService.php.
| ILIAS\StaticURL\Handler\HandlerService::__construct | ( | private RequestBuilder | $request_builder, |
| private Context | $context, | ||
| private array | $handler_instances | ||
| ) |
Definition at line 41 of file HandlerService.php.
References $context.
|
private |
Definition at line 159 of file HandlerService.php.
References $context.
Referenced by ILIAS\StaticURL\Handler\HandlerService\performRedirect().
Here is the caller graph for this function:| ILIAS\StaticURL\Handler\HandlerService::initHandler | ( | ) |
Definition at line 57 of file HandlerService.php.
References $handler.
Referenced by ILIAS\StaticURL\Handler\HandlerService\performRedirect().
Here is the caller graph for this function:| ILIAS\StaticURL\Handler\HandlerService::performRedirect | ( | URI | $base_uri | ) |
Definition at line 78 of file HandlerService.php.
References $handler, $http, $response, ILIAS\StaticURL\Handler\HandlerService\appendUnknownParameters(), ILIAS\Data\URI\getPath(), ILIAS\StaticURL\Handler\HandlerService\initHandler(), and ILIAS\Data\URI\withPath().
Here is the call graph for this function:
|
private |
Definition at line 39 of file HandlerService.php.
|
private |
Definition at line 38 of file HandlerService.php.