The TreeHelper class provides methods to display tree-like structures.
- author Simon André
- implements \RecursiveIterator<int,\TreeNode>
CloneableFinalIterable
- Implements
Iterator RecursiveIterator Traversable
| Methods |
| public static createTree(Symfony |
| public current() : Symfony |
| public getChildren() : RecursiveIterator |
| public hasChildren() : bool |
| public key() : int |
| public next() : void |
| public render() : void Recursively renders the tree to the output, applying the tree style. |
| public rewind() : void |
| public valid() : bool |
| Properties |
private Iterator $children
|
| private readonly Symfony |
| private readonly Symfony |
| private readonly Symfony |
| Methods |
| private __construct(Symfony |
| Methods |
| public static createTree(Symfony |