API16

API16:JTree/getParent

From Joomla! Documentation

Syntax

getParent()


Defined in

libraries/joomla/base/tree.php

Importing

jimport( 'joomla.base.tree' );

Source Body

function getParent()
{
        $this->_current = &$this->_current->getParent();
}



Examples

Code Examples