TConsoleTree
Table of Contents
- drawTree() : void
Methods
drawTree()
public
drawTree(TreeNode $root, callable $method[, array<string|int, mixed> $config = ['height' => 1, 'node-spacing' => 0, 'item-spacing' => 0] ]) : void
Parameters
- $root : TreeNode
- $method : callable
- $config : array<string|int, mixed> = ['height' => 1, 'node-spacing' => 0, 'item-spacing' => 0]