Class AfExactFilter
This filter handles exact matches.
- CComponent
-
AfBaseFilter
-
AfExactFilter
Package: advancedfilters\filters
Author: Keith Burton kburton@kappasoft.net
Located at filters/AfExactFilter.php
Author: Keith Burton kburton@kappasoft.net
Located at filters/AfExactFilter.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 exact match expressions. |
#
'"'
|
public
string
|
$suffix
the suffix string to identify exact match expressions. |
#
'"'
|