Class coreuimarkup
Transforms CoreUI markup language using formatter of an associated CoreUI proxy view.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Formatter
- Core\Formatter\Driver\coreuimarkup
Package: CoreUI\Markup
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Formatter/Driver/coreuimarkup.inc.php
Methods summary
public
|
|
public
boolean
|
#
chain(
Chains a successor formatter instance to this instance. Chains the CoreUI proxy view to the formatter. |
public
string
|
|
public
string
|
#
format( string $text, array $options = null )
Formats a provided string by encoding it according to the chained proxy view encoder and parsing contained CoreUI markup. |
protected
string
|
#
handleCapture( array $matches )
Handles captures from |
Methods inherited from Core\Formatter
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_tokens
Hash of registered language token instances identified by name. |
|
protected
|
$_v_proxy
Reference to chained proxy view. |
Properties inherited from Core\Formatter
Magic properties
public read-only
|
$tokens
Hash of registered language token instances identified by name. |
public read-only
|
$proxy
Reference to chained proxy view. |