API16:JNode/getParent
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Get the parent of this node
Syntax
& getParent()
Returns
JNode|null the parent
Defined in
libraries/joomla/base/node.php
Importing
jimport( 'joomla.base.node' );
Source Body
function &getParent() { return $this->_parent; }
[Edit See Also] SeeAlso:JNode/getParent
Examples
<CodeExamplesForm />
