Interface IFilter
IFilter is the interface that must be implemented by action filters.
Indirect known implementers
CAccessControlFilter, CContentDecorator, X2AjaxHandlerFilter, CHtmlPurifier, CHttpCacheFilter, CInlineFilter, CMarkdown, COutputCache, COutputProcessor, CTextHighlighter, FileUploadsFilter
Package: system\base
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/interfaces.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/interfaces.php
public
|
#
filter(
Performs the filtering. This method should be implemented to perform actual
filtering. If the filter wants to continue the action execution, it should call
|