Class plain
Plain text buffer renderer.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\Field implements Core\Inquiry
- Core\Field\Mutable implements Core\Variator
- Core\View
- Core\View\Driver\plain
Package: Core\View
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/plain.inc.php
Methods summary
public
|
|
public
|
|
public
|
|
public
boolean
|
#
render( )
Sets the context type to plain text and the currently active character set and echoes the internal text buffer to the standard output. |
public
|
#
setDataForUndefinedKey( string $key, mixed $value )
Adds a KDC value to the view. Additionally, if the key is the empty string, the value is added to the internal text buffer. This allows the use of the array-append operator to append values to the internal text buffer verbatim. |
Methods inherited from Core\Field\Mutable
offsetSet()
,
offsetUnset()
,
setDataForKey()
,
setDataForKeys()
,
setKeyMasquerade()
,
updateMasqueradedKeys()
Methods inherited from Core\Field
getDataForKey()
,
getDataForKeys()
,
getDataForUndefinedKey()
,
issetDataForKey()
,
offsetExists()
,
offsetGet()
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\View
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
string
|
$_v_buffer
Internal buffer. |
Properties inherited from Core\View
$_encoder
,
$_v_parameters
,
$_v_proxy
,
$_v_renderers
,
$_v_translator
,
$_v_uri
Properties inherited from Core\Field\Mutable
Properties inherited from Core\Field
Magic properties
public read-only
string
|
$buffer
Internal rendering buffer. If no contents have been added to the buffer or the buffer has been cleared, it's value is |
Magic properties inherited from Core\View
$encoder
,
$parameters
,
$proxy
,
$renderers
,
$translator
,
$uri