AbstractTreeRenderer

AbstractYes

Abstract Renderer

Table of Contents

Methods

renderNode()  : mixed
Renders a node recursive or just a single instance
renderNodeCollection()  : mixed
Renders a node collection recursive or just a single instance
renderTree()  : mixed
Renders a tree recursively or just a single instance

Methods

renderNodeCollection()

Renders a node collection recursive or just a single instance

public abstract renderNodeCollection(TreeNodeCollection $collection[, bool $recursive = true ]) : mixed
Parameters
$collection : TreeNodeCollection
$recursive : bool = true

renderTree()

Renders a tree recursively or just a single instance

public abstract renderTree(AbstractTree $tree[, bool $recursive = true ]) : mixed
Parameters
$tree : AbstractTree
$recursive : bool = true

        
On this page

Search results