Request.php
Response holds the response values that are used as output from Controller instances.
Definition: Response.php:20
Request holds the request values that are used as input to Controller instances.
Definition: Request.php:18
getResponse()
Get the Response instance belonging to the request.
initialize($controller=null, $context=null, $action=null)
Initialize the request instance from the HTTP request.
Messages are sent between Controllers and are used to transfer data between them.
Definition: ControllerMessage.php:23
setResponse(Response $response)
Set the Response instance belonging to the request and vice versa.
setResponseFormat($format)
Set the desired response format.