API16

API16:JTree/ construct

From Joomla! Documentation

Syntax

__construct()


Defined in

libraries/joomla/base/tree.php

Importing

jimport( 'joomla.base.tree' );

Source Body

function __construct()
{
        $this->_root = new JNode('ROOT');
        $this->_current = & $this->_root;
}



Examples

Code Examples