Add experimental tree builder classesThese classes provide mechanisms to build a traversable tree of pagesand links. Either from the existing namespace structure, or from acontrol page containing
Add experimental tree builder classesThese classes provide mechanisms to build a traversable tree of pagesand links. Either from the existing namespace structure, or from acontrol page containing (possibly a nested) set of links.The nodes returned by the tree are deliberately sparse. No ACL checkingis taking place. Developers can enrich (or omit) nodes and influencerecursion decisions via callbacks.The tree can optionally be sorted by comparators provided in theTreeSort class or a custom callback.The API provided by these classes is not considered stable yet and maychange over time. Plugin authors are encouraged to use them and providefeedback.
show more ...