| Package | system.base |
|---|---|
| Inheritance | interface IFilter |
| Subclasses | CAccessControlFilter, CContentDecorator, CFilter, CFilterWidget, CHtmlPurifier, CInlineFilter, CMarkdown, COutputCache, COutputProcessor, CTextHighlighter |
| Since | 1.0 |
| Version | $Id: interfaces.php 1290 2009-08-06 16:13:11Z qiang.xue $ |
| Method | Description | Defined By |
|---|---|---|
| filter() | Performs the filtering. | IFilter |
|
abstract public void filter(CFilterChain $filterChain)
| ||
| $filterChain | CFilterChain | the filter chain that the filter is on. |
Performs the filtering.
This method should be implemented to perform actual filtering.
If the filter wants to continue the action execution, it should call
$filterChain->run().
Be the first person to leave a comment
Please login to leave your comment.