MvcTools: ezcMvcResultFilter
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcMvcResultFilter
|
A result filter is responsible for altering the result object. [
source]
Method Summary
|
public void |
filterResult(
$result )
Alters the result object. |
|
public void |
setOptions(
$options )
Sets options on the filter object |
Methods
filterResult
Alters the result object.
Parameters
| Name |
Type |
Description |
$result |
ezcMvcResult |
Result object to alter. |
setOptions
void setOptions(
$options )
Sets options on the filter object
Parameters
| Name |
Type |
Description |
$options |
array |
|
Throws
| Class | Description |
ezcMvcFilterHasNoOptionsException |
if the filter does not support options. |
Last updated: Mon, 21 Dec 2009