Class Node
YUI node.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\View\Driver\yui\Node
Direct known subclasses
Namespace: 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/Node.inc.php
Methods summary
public
|
|
public
|
#
__construct(
Initialises the new module instance. |
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
array
|
$_v_modules
Array of YUI modules required by the module node. A module must set this value to enable the YUI view driver to include all modules required for the current page in the YUI loader statement. |
|
protected
|
$_v_proxy
The parent YUI view driver instance. |
|
protected
string
|
$_v_urn
A randomly generated URN to uniquely identify the node instance. |