API16:JNode/getChildren
出典: Joomla! ドキュメンテーション
目次 |
Description
Get the children of this node
Syntax
& getChildren()
Returns
array the children
Defined in
libraries/joomla/base/node.php
Importing
jimport( 'joomla.base.node' );
Source Body
function &getChildren() { return $this->_children; }
Examples
<CodeExamplesForm />
自動更新 2012/05/24 12:28:45
