Class Variable
Variables are special tokens that can be set explicitly with each formatting call.
Optionally can a dictionary of variable values be provided that is automatically passed on to this token.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Formatter\Driver\coreuimarkup\Token
- Core\Formatter\Driver\coreuimarkup\Token\Variable
Package: CoreUI\Markup\Token
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Formatter/Driver/coreuimarkup/Token/Variable.inc.php
Methods summary
public
|
|
public
string[]
|
|
public
string
|
|
public
string
|
|
public
|
|
public
|
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
callable
|
$_v_defaultHandler
Default handler invoked for undefined variables. |
|
protected
array
|
$_v_dictionary
Dictionary of variables and their respective values. |
Properties inherited from Core\Formatter\Driver\coreuimarkup\Token
Magic properties
public read-only
callable
|
$defaultHandler
Default handler invoked for undefined variables. |
public read-only
array
|
$dictionary
Dictionary of variables and their respective values. |