Parse YAML strings into PHP data structures
Located in /Yaml/lib/Horde/Yaml/Loader.php (line 23)
All nodes
Array of node parents
List of nodes with references
Is the parser inside a block?
Last indent level
Last node id
Last line number parsed.
Next node id to use
Create a new YAML parser.
Parse a line of a YAML file.
Return the PHP built from all YAML parsed so far.
Merges two arrays, maintaining numeric keys. If two numeric keys clash, the second one will be appended to the resulting array. If string keys clash, the last one wins.
Builds the PHP array from all the YAML nodes we've gathered
Finds the children of a node and aids in the building of the PHP array
Finds and returns the indentation of a YAML line
Used in inlines to check for more inlines or quoted strings
Helper for _linkReferences()
Traverses node-space and sets references (& and *) accordingly
Traverses node-space and copies references to / from this object.
Turns a node's data and its children's data into a PHP array
Parses YAML code and returns an array for a node
Finds the type of the passed value, returns the value as the new type.
Handle PHP serialized data.
Documentation generated on Sun, 30 Jan 2011 05:19:18 +0000 by phpDocumentor 1.4.3