JCategoryNode/11.1
出典: Joomla! ドキュメンテーション
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructor. |
| public | addChild | Add child to this node. |
| public | getAuthor | Returns the user that authored the category. |
| public | getChildren | Get the children of this node. |
| public | getMetadata | Returns the category metadata. |
| public | getNumItems | |
| public | getParams | Returns the category parameters. |
| public | getParent | Get the parent of this node. |
| public | getPath | Returns the category path to the root category. |
| public | getSibling | Returns the right or left sibling of a category. |
| public | hasChildren | Test if this node has children. |
| public | hasParent | Test if this node has a parent. |
| public | removeChild | Remove a specific child. |
| public | setAllLoaded | |
| public | setParent | Set the parent of this category. |
| public | setSibling | Function to set the left or right sibling of a category. |
- Defined in libraries/joomla/application/categories.php
- Extends JObject
Importing
jimport( 'joomla.application.categories' );
See also
JCategoryNode source code on BitBucket
Subpackage Application
User contributed notes
<CodeExamplesForm />
%DPL-1.7.6-ERROR: Wrong '$0' parameter: 'namespace'! Help: $0= empty string (Main).
自動更新 2012/05/25 11:06:00
