NullFormat.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
isCached(Response $response)
Definition: NullFormat.php:35
getMimeType(Response $response=null)
Definition: NullFormat.php:28
serializeValues(Response $response)
Definition: NullFormat.php:56
Format defines the interface for all format classes.
Definition: Format.php:25
NullFormat transfers the original request and response objects without modifying or transforming them...
Definition: NullFormat.php:23
getCacheDate(Response $response)
Definition: NullFormat.php:42
deserializeValues(Request $request)
Definition: NullFormat.php:49
AbstractFormat is used as base class for specialized formats.
Definition: AbstractFormat.php:27