HttpDispatcherInterface
in
Interface HttpDispatcherInterface
Tags
Table of Contents
- dispatch() : mixed
- Dispatches the current http request.
Methods
dispatch()
Dispatches the current http request.
public
dispatch(HttpContextInterface $httpContext) : mixed
Parameters
- $httpContext : HttpContextInterface
-
Object which holds information about the current http context.