Horde_Yaml_Node
in package
A node, used for parsing YAML.
Tags
Table of Contents
- $children : bool
- $data : mixed
- $id : mixed
- $indent : int
- $parent : string
- __construct() : void
- The constructor assigns the node a unique ID.
Properties
$children
public
bool
$children
= \false
$data
public
mixed
$data
$id
public
mixed
$id
$indent
public
int
$indent
$parent
public
string
$parent
Methods
__construct()
The constructor assigns the node a unique ID.
public
__construct(mixed $nodeId) : void
Parameters
- $nodeId : mixed