Apache Zeta Components Manual :: Docs For Class ezcMvcRecodeResponseFilter
MvcTools::ezcMvcRecodeResponseFilter
Class ezcMvcRecodeResponseFilter
Response filter that converts the encoding of the body.
Source for this file: /MvcTools/src/response_filters/recode.php
Implements interfaces:
Method Summary
public void |
filterResponse(
$response
)
This function re-codes the response body from charset $fromEncoding to charset $toEncoding. |
public void |
setOptions(
$options
)
Should not be called with any options, as this filter doesn't support any. |
Methods
filterResponse
This function re-codes the response body from charset $fromEncoding to charset $toEncoding.
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: