API16:JNode/hasChildren

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

目次

Description

Test if this node has children

[Edit Descripton]



Syntax

hasChildren()


Returns

bool

Defined in

libraries/joomla/base/node.php

Importing

jimport( 'joomla.base.node' );

Source Body

function hasChildren() 
{
        return count($this->_children);
}

[Edit See Also]



Examples

<CodeExamplesForm />



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