CInlineFilter
CInlineFilter
Package | system.web.filters |
---|---|
Inheritance | class CInlineFilter » CFilter » CComponent |
Implements | IFilter |
Since | 1.0 |
Source Code | framework/web/filters/CInlineFilter.php |
CInlineFilter represents a filter defined as a controller method.
CInlineFilter executes the 'filterXYZ($action)' method defined in the controller, w
CInlineFilter executes the 'filterXYZ($action)' method defined in the controller, w