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