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