API16:JNode/hasParent
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
Test if this node has a parent
Syntax
hasParent()
Returns
bool
Defined in
libraries/joomla/base/node.php
Importing
jimport( 'joomla.base.node' );
Source Body
function hasParent() { return $this->getParent() != null; }
[Edit See Also] SeeAlso:JNode/hasParent
Examples
<CodeExamplesForm />
