API16:JNode
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/base/node.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| addChild | Add child to this node |
| setParent | Set the parent of a this node |
| getChildren | Get the children of this node |
| getParent | Get the parent of this node |
| hasChildren | Test if this node has children |
| hasParent | Test if this node has a parent |
Importing
jimport( 'joomla.base.node' );
Examples
<CodeExamplesForm />
自動更新 2012/02/05 03:17:56
