HttpResponseProcessorInterface
in
Interface HttpResponseProcessorInterface
Tags
Table of Contents
- proceed() : mixed
- Processes the http response object which is returned by a controller action method.
Methods
proceed()
Processes the http response object which is returned by a controller action method.
public
proceed(HttpControllerResponseInterface $response) : mixed
Sends the processed response header and body to the client (Either redirect or display some output).
Parameters
- $response : HttpControllerResponseInterface
-
Response object from the controllers action method.