xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • Node

Class Node

YUI node.

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\View\Driver\yui\Node

Direct known subclasses

Core\View\Driver\yui\Modules\NavigationMenu

Abstract
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
# __clone( )

Resets the internal URN.

Resets the internal URN.

Since

3.1
public
# __construct( Core\View\Driver\yui $proxy, array $arguments = null )

Initialises the new module instance.

Initialises the new module instance.

Parameters

$proxy
YUI proxy view.
$arguments
Array of additional arguments for node.

Since

3.1
public string
# render( )

Renders the node.

Renders the node.

Returns

string
Rendered contents.

Since

3.1

Methods inherited from Core\Set

__get(), __isset()

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.

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.

Since

3.1
#
protected Core\View\Driver\yui $_v_proxy

The parent YUI view driver instance.

The parent YUI view driver instance.

Since

3.1
#
protected string $_v_urn

A randomly generated URN to uniquely identify the node instance.

A randomly generated URN to uniquely identify the node instance.

Since

3.1
#

Magic properties inherited from Core\Object

$hash, $uuid

xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen