Documentation

TreeBuilder
in package
implements NodeParentInterface

This is the entry class for building a config tree.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Interfaces, Classes and Traits

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

Table of Contents

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

Properties

Methods

__construct()

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

setPathSeparator()

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

Search results