class TreeBuilder implements NodeParentInterface
This is the entry class for building a config tree.
Methods
| ArrayNodeDefinition|NodeDefinition |
root(string $name, string $type = 'array', NodeBuilder $builder = null)
Creates the root node. |
|
| NodeInterface |
buildTree()
Builds the tree. |
Details
at line 38
public ArrayNodeDefinition|NodeDefinition
root(string $name, string $type = 'array', NodeBuilder $builder = null)
Creates the root node.
at line 52
public NodeInterface
buildTree()
Builds the tree.