class JTree extends JObject

Tree Class.

Methods

__construct()

Constructor

void
addChild( array $node, boolean $setCurrent = false)

Method to add a child

void
getParent()

Method to get the parent

void
reset()

Method to get the parent

Details

__construct()

Constructor

void addChild( array $node, boolean $setCurrent = false)

Method to add a child

Parameters

array $node &$node The node to process
boolean $setCurrent True to set as current working node

Return Value

void

void getParent()

Method to get the parent

Return Value

void

void reset()

Method to get the parent

Return Value

void