Response.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
setDocument(ResponseDocument $document)
Set a response document.
getRequest()
Get the Request instance belonging to the response.
setCacheLifetime($seconds)
Set the lifetime of a cached response.
setFile($filename, $isDownload, $content='', $type='')
Set a file as response.
ResponseDocument is the interface for media returned in a response when using the DownloadFormat.
Definition: ResponseDocument.php:20
Messages are sent between Controllers and are used to transfer data between them.
Definition: ControllerMessage.php:23
setRequest(Request $request)
Set the Request instance belonging to the response and vice versa.
getCacheLifetime()
Get the lifetime of a cached response.
setCacheId($cacheId)
Set a string value that uniquely identifies the request data resulting in the current response.
getCacheDate()
Get the caching date, if the response is cached.