API16:JNode/getParent
出典: Joomla! ドキュメンテーション
目次 |
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; }
Examples
<CodeExamplesForm />
自動更新 2012/05/24 12:29:11
