Overview Package Tree | HessianPHP |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |
HessianPHP.Filters.FilterContainer
class FilterContainer
Simple class that represents a container for InterceptingFilter objects
Field Summary |
---|
public var | $filters |
Method Summary |
---|
public void | addFilter Adds a filter to the container with an optional name. |
public void | removeFilter |
Field Detail |
---|
public var $filters = array()
Method Detail |
---|
public void addFilter(var $filter, var $name = '', object context)
Adds a filter to the container with an optional name.
If no name is declared, the name of the class of the filter will be used instead
$filter
$name
context
- The context the filter read and writes to public void removeFilter(var $name)
$name
Overview Package Tree | HessianPHP |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |