API16:JNode/getParent

出典: Joomla! ドキュメンテーション

目次

Description

Get the parent of this node

[Edit Descripton]



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]



Examples

<CodeExamplesForm />



自動更新 2012/05/24 12:29:11