MiddlewaresDispatcher
class MiddlewaresDispatcher implements RequestHandlerInterface
Methods
ResponseInterface
handle(ServerRequestInterface $request)
No description
ResponseInterface
dispatch(int $index, ServerRequestInterface $request)
Dispatch the middleware at the given index.
Details
at line 65
__construct(MiddlewaresDispatcher $dispatcher, int $nextIndex)
No description
at line 71
ResponseInterface
handle(ServerRequestInterface $request)
No description
at line 51
ResponseInterface
dispatch(int $index, ServerRequestInterface $request)
Dispatch the middleware at the given index.