ResponseFormatterInterface
in
ResponseFormatterInterface specifies the interface needed to format a response before it is sent out.
Tags
Table of Contents
Methods
- format() : mixed
- Formats the specified response.
Methods
format()
Formats the specified response.
public
format(Response $response) : mixed
Parameters
- $response : Response
-
the response to be formatted.