class ResolveRoute implements MiddlewareInterface
Properties
protected RouteCollection | $routes | |||
protected Dispatcher|null | $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 51
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)
<p>Resolve the given request from our route collection.</p>