ResolvedRoute
in package
Contains a routable that is the target of a route and bound route parameters.
Example: /some/path/{id}
Table of Contents
Properties
- $delegate : RoutableInterface
- $routeParamMap : RouteParamMap
Methods
- __construct() : mixed
Properties
$delegate
public
RoutableInterface
$delegate
$routeParamMap
public
RouteParamMap
$routeParamMap
Methods
__construct()
public
__construct(RoutableInterface $delegate, RouteParamMap $routeParamMap) : mixed
Parameters
- $delegate : RoutableInterface
- $routeParamMap : RouteParamMap