Class yui
YUI view proxy.
- 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\yui
Package: Core\View\YUI
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Deprecated: Scheduled for removal in Medusa 3.2 in favor of CoreUI.
Located at View/Driver/yui.inc.php
Methods summary
public
|
#
__call( string $moduleName, array $arguments )
Retrieves a module instance for the called method name. |
public
|
|
public
|
|
public
|
|
public
|
#
on( string $eventName, string $function, array|string $elements = null )
Adds a YUI event listener. |
public
boolean
|
|
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 output buffer. This allows the use of the array-append operator to append values to the internal output buffer verbatim. |
public
|
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()
,
__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
array
|
$_js
JavaScript buffer array. |
|
protected
string
|
$_v_buffer
Output buffer. |
|
protected
array
|
$_v_modules
Array of YUI modules used by the current page. |
|
protected
array
|
$_v_nodes
Reserved. |
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 inherited from Core\View
$encoder
,
$parameters
,
$proxy
,
$renderers
,
$translator
,
$uri