Overview

Packages

  • Yaml

Classes

  • Horde_Yaml
  • Horde_Yaml_Dumper
  • Horde_Yaml_Exception
  • Horde_Yaml_Loader
  • Horde_Yaml_Node
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Yaml_Node

A node, used for parsing YAML.

Package: Yaml
Category: Horde
Located at Horde/Yaml/Node.php
Methods summary
public
# __construct( mixed $nodeId )

The constructor assigns the node a unique ID.

The constructor assigns the node a unique ID.

Properties summary
public string $parent
#
public mixed $id
#
public mixed $data
#
public integer $indent
#
public boolean $children
# false
API documentation generated by ApiGen