RouteMatched
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $pathParams : array<string|int, mixed>
- $request : ServerRequestInterface
- $route : Route
Methods
- __construct() : mixed
Properties
$pathParams
public
array<string|int, mixed>
$pathParams
$request
public
ServerRequestInterface
$request
$route
public
Route
$route
Methods
__construct()
public
__construct(ServerRequestInterface $request, Route $route, array<string, string> $pathParams) : mixed
Parameters
- $request : ServerRequestInterface
- $route : Route
- $pathParams : array<string, string>