Documentation

TreeBuilder
in package
implements NodeParentInterface

This is the entry class for building a config tree.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Interfaces

NodeParentInterface
An interface that must be implemented by all node parents.

Properties

$root  : mixed
$tree  : mixed

Methods

__construct()  : mixed
buildTree()  : NodeInterface
Builds the tree.
getRootNode()  : NodeDefinition|ArrayNodeDefinition
setPathSeparator()  : mixed

Properties

Methods

__construct()

public __construct(string $name[, string $type = 'array' ][, NodeBuilder $builder = null ]) : mixed
Parameters
$name : string
$type : string = 'array'
$builder : NodeBuilder = null

setPathSeparator()

public setPathSeparator(string $separator) : mixed
Parameters
$separator : string

        
On this page

Search results