Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
& | getChildren ($recursive=false) |
getParent () | |
getRoot () | |
hasChildren () | |
hasParent () | |
getSibling ($right=true) | |
Interface for an immutable node class
& getChildren | ( | $recursive = false | ) |
Get the children of this node
boolean | $recursive | False by default |
Implémenté dans CategoryNode.
getParent | ( | ) |
Get the parent of this node
Référencé par Taxonomy\addNestedNode().
getRoot | ( | ) |
getSibling | ( | $right = true | ) |
Returns the right or left sibling of a node
boolean | $right | If set to false, returns the left sibling |
Implémenté dans CategoryNode.
hasChildren | ( | ) |
Test if this node has children
hasParent | ( | ) |
Test if this node has a parent