A response filter is responsible for altering the response object.
Source for this file: /MvcTools/src/interfaces/response_filter.php
Version: | //autogentag// |
public void |
filterResponse(
$response
)
Alters the response object. |
public void |
setOptions(
$options
)
Sets options on the filter object |
Alters the response object.
Name | Type | Description |
---|---|---|
$response |
ezcMvcResponse | Response object to alter. |
Sets options on the filter object
Name | Type | Description |
---|---|---|
$options |
array |
Type | Description |
---|---|
ezcMvcFilterHasNoOptionsException |
if the filter does not support options. |