API15:JNode/addChild
出典: Joomla! ドキュメンテーション
目次 |
Syntax
addChild(&$node)
| Parameter Name | Default Value | Description |
|---|---|---|
| &$node |
Defined in
libraries/joomla/base/tree.php
Importing
jimport( 'joomla.base.tree' );
Source Body
function addChild( &$node ) { $node->setParent($this); $this->_children[] = & $node; }
Examples
<CodeExamplesForm />
自動更新 2012/05/24 01:45:31
