API15:JNode/hasChildren

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

[Edit Descripton]



目次

Syntax

hasChildren()


Defined in

libraries/joomla/base/tree.php

Importing

jimport( 'joomla.base.tree' );

Source Body

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

[Edit See Also]



Examples

<CodeExamplesForm />



自動更新 2012/05/24 01:46:56