API16

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