Class AfSubstringFilter
This filter handles matches of an exact substring.
- CComponent
-
AfBaseFilter
-
AfSubstringFilter
Package: advancedfilters\filters
Author: Keith Burton kburton@kappasoft.net
Located at filters/AfSubstringFilter.php
Author: Keith Burton kburton@kappasoft.net
Located at filters/AfSubstringFilter.php
Methods summary
public
boolean
|
#
acceptsFilterExpression( )
Determines whether the provided expression can be processed by this filter class. |
public
CDbCriteria
|
Methods inherited from AfBaseFilter
__construct(),
createFilter(),
getColumnExpression(),
getDbConnection(),
getDbHelper(),
getFilterExpression(),
getInvertLogic(),
stripPrefixSuffixString()
Magic methods summary
Properties summary
public
string
|
$prefix
the prefix string to identify substring expressions. |
#
'#'
|
public
string
|
$suffix
the suffix string to identify substring expressions. |
#
'#'
|