Path

ez components / documentation / api reference / 2009.1.1 / mvctools


eZ Components 2009.1.1

MvcTools: ezcMvcResultFilter

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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

void filterResult( ezcMvcResult $result )
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

ClassDescription
ezcMvcFilterHasNoOptionsException if the filter does not support options.

Last updated: Mon, 27 Jul 2009