\Horde_Yaml_Node

A node, used for parsing YAML.

Summary

Methods
Properties
Constants
__construct()
$parent
$id
$data
$indent
$children
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$parent

$parent : string

Type

string

$id

$id : 

Type

$data

$data : mixed

Type

mixed

$indent

$indent : integer

Type

integer

$children

$children : boolean

Type

boolean

Methods

__construct()

__construct(  $nodeId) : void

The constructor assigns the node a unique ID.

Parameters

$nodeId