class ResolveRoute implements MiddlewareInterface
Properties
protected RouteCollection | $routes | |||
protected Dispatcher | $dispatcher |
Methods
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)
<p>Resolve the given request from our route collection.</p>
Details
at
line 38
__construct(RouteCollection $routes)
<p>Create the middleware instance.</p>
at
line 49
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)
<p>Resolve the given request from our route collection.</p>