Class Decoder
Data decoder interface to decode arbitrary data previously encoded with a corresponding encoder and optional support for data sources to provide transparent data decoding.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\Field implements Core\Inquiry
- Core\Decoder
Direct known subclasses
Core\Decoder\Driver\base16
,
Core\Decoder\Driver\base64
,
Core\Decoder\Driver\rawurl
,
Core\Decoder\Driver\serialize
,
Core\Decoder\Driver\url
,
Core\Decoder\Driver\uu
,
Core\Decoder\Driver\base64s
,
Core\Decoder\Driver\boolean
,
Core\Decoder\Driver\charset
,
Core\Decoder\Driver\decimal
,
Core\Decoder\Driver\delegate
,
Core\Decoder\Driver\html
,
Core\Decoder\Driver\integer
,
Core\Decoder\Driver\passthrough
Namespace: Core
Package: Core\Decoder
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Decoder.inc.php
Methods summary
public
mixed
|
|
public static
|
|
public
boolean
|
#
chain(
Chains another object to this decoder instance. |
public
mixed
|
|
public
mixed
|
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 or |
|
protected
|
$_v_successor
Subsequent (chained) decoder layer or |
Properties inherited from Core\Field
Magic properties
public read-only
|
$dataSource
Assigned data source or |
public read-only
|
$successor
Subsequent (chained) decoder layer or |