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

Methods

__construct()

public __construct(RoutableInterface $delegate, RouteParamMap $routeParamMap) : mixed
Parameters
$delegate : RoutableInterface
$routeParamMap : RouteParamMap
Return values
mixed

Search results