A request filter is responsible for altering the request object.
Source for this file: /MvcTools/src/interfaces/request_filter.php
Version: | //autogentag// |
public void |
filterRequest(
$request
)
Alters the request object. |
public void |
setOptions(
$options
)
Sets options on the filter object |
Alters the request object.
Name | Type | Description |
---|---|---|
$request |
ezcMvcRequest | Request object to alter. |
Sets options on the filter object
Name | Type | Description |
---|---|---|
$options |
array |
Type | Description |
---|---|
ezcMvcFilterHasNoOptionsException |
if the filter does not support options. |