Apache Zeta Components Manual :: Docs For Class ezcMvcGzDeflateResponseFilter
MvcTools::ezcMvcGzDeflateResponseFilter
Class ezcMvcGzDeflateResponseFilter
Response filter that gz deflates the contents.
Source for this file: /MvcTools/src/response_filters/gzdeflate.php
Implements 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
This function filters the $response by gz-deflating it.
Parameters:
Implementation of:
setOptions
void
setOptions(
$options
)
Should not be called with any options, as this filter doesn't support any.
Parameters:
Name |
Type |
Description |
$options |
array |
|
Exceptions:
Implementation of: