Path

ez components / documentation / api reference / 2009.1.1 / mvctools


eZ Components 2009.1.1

MvcTools: ezcMvcGzDeflateResponseFilter

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

Class: ezcMvcGzDeflateResponseFilter

Response filter that gz deflates the contents. [source]

Implemented Interfaces

Method Summary

public void filterResponse( $response )
This function filters the $response by gz-deflating it.
public void setOptions( $options )
Should not be called with any options, as this filter doesn't support any.

Methods

filterResponse

void filterResponse( ezcMvcResponse $response )
This function filters the $response by gz-deflating it.

Parameters

Name Type Description
$response ezcMvcResponse  

setOptions

void setOptions( $options )
Should not be called with any options, as this filter doesn't support any.

Parameters

Name Type Description
$options array  

Throws

ClassDescription
ezcMvcFilterHasNoOptionsException if the $options array is not empty.

Last updated: Mon, 27 Jul 2009