| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 63 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: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |