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
ArrayNodeDefinition|NodeDefinition root(string $name, string $type = 'array', NodeBuilder $builder = null)
Creates the root node.
NodeInterface buildTree()
Builds the tree.
Please login to continue.