[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 67 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: TreeBuilder - X-Ref
This is the entry class for building a config tree.root($name, $type = 'array', NodeBuilder $builder = null) X-Ref |
Creates the root node. param: string $name The name of the root node param: string $type The type of the root node param: NodeBuilder $builder A custom node builder instance return: ArrayNodeDefinition|NodeDefinition The root node (as an ArrayNodeDefinition when the type is 'array') |
buildTree() X-Ref |
Builds the tree. return: NodeInterface |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |