TreeBuilder
class TreeBuilder implements NodeParentInterface
This is the entry class for building a config tree.
Properties
protected | $tree | ||
protected | $root |
Methods
__construct(string $name = null, string $type = 'array', NodeBuilder $builder = null)
No description
getRootNode()
No description
buildTree()
Builds the tree.
setPathSeparator(string $separator)
No description
Details
ArrayNodeDefinition|NodeDefinition
root(string $name, string $type = 'array', NodeBuilder $builder = null)
Creates the root node.