Class Token
Implements token captures and transformation procedures.
As input text is encoded using the proxy view encoder prior to parsing and to allows nested tokens without double-encoding, transformations must handle provided text fragments as already encoded text and hence must not encode fragments themselves. Additionally, capture patterns should be based on encoded versions of text fragments.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Formatter\Driver\coreuimarkup\Token
Direct known subclasses
Core\Formatter\Driver\coreuimarkup\Token\B
,
Core\Formatter\Driver\coreuimarkup\Token\H2
,
Core\Formatter\Driver\coreuimarkup\Token\TT
,
Core\Formatter\Driver\coreuimarkup\Token\UL
,
Core\Formatter\Driver\coreuimarkup\Token\URL
,
Core\Formatter\Driver\coreuimarkup\Token\Variable
,
Core\Formatter\Driver\coreuimarkup\Token\H3
,
Core\Formatter\Driver\coreuimarkup\Token\H4
,
Core\Formatter\Driver\coreuimarkup\Token\H5
,
Core\Formatter\Driver\coreuimarkup\Token\H6
,
Core\Formatter\Driver\coreuimarkup\Token\I
,
Core\Formatter\Driver\coreuimarkup\Token\LineBreak
,
Core\Formatter\Driver\coreuimarkup\Token\P
,
Core\Formatter\Driver\coreuimarkup\Token\Template
Namespace: Core\Formatter\Driver\coreuimarkup
Package: CoreUI\Markup
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Formatter/Driver/coreuimarkup/Token.inc.php
Methods summary
public
|
|
abstract public
string[]
|
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
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_formatter
Formatter instance the token has been instantiated for. |
Magic properties
public read-only
|
$formatter
Formatter instance the token has been instantiated for. |