Class Filter
Value filtering with chain and data source overlay support.
- Core\Object implements Core\Chainable
-
Core\Set implements Core\Accessor
-
Core\Set\Mutable implements Core\Mutator
-
Core\Field implements Core\Inquiry
-
Core\Filter
Direct known subclasses
Namespace: Core
Package: Core\Filter
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Filter.inc.php
Methods summary
public
|
|
abstract protected
|
|
public static
|
|
public
integer|boolean
|
#
chain(
Connects another object to the current object. Usage depends on the actual class implementation; common examples are lazy configuration completion or layer expansions. A filter instance is added to the chain of successors or replaces the current successor. An inquiry is set as the data source for KDC access. |
public
|
|
public
|
Methods inherited from Core\Field
getDataForKey()
,
getDataForKeys()
,
issetDataForKey()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
|
$_v_dataSource
Assigned data source (an Inquiry), if any. |
|
protected
|
$_v_successor
Subsequent (chained) filter, if any. |