API16:JTree/reset
From Joomla! Documentation
Syntax
reset()
Defined in
libraries/joomla/base/tree.php
Importing
jimport( 'joomla.base.tree' );
Source Body
function reset()
{
$this->_current = &$this->_root;
}
Examples
Code Examples
reset()
libraries/joomla/base/tree.php
jimport( 'joomla.base.tree' );
function reset()
{
$this->_current = &$this->_root;
}