Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct () | |
addChild (&$child) | |
setParent (&$parent) | |
& | getChildren () |
& | getParent () |
hasChildren () | |
hasParent () | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Attributs protégés | |
$_parent = null | |
$_children = array() | |
Attributs protégés inherited from JObject | |
$_errors = array() |
JNode::__construct | ( | ) |
Constructor
Définition à la ligne 44 du fichier node.php.
Références JLog\add(), et JLog\WARNING.
JNode::addChild | ( | & | $child | ) |
Add child to this node
If the child already has a parent, the link is unset
JNode | &$child | The child to be added |
Définition à la ligne 62 du fichier node.php.
Références JLog\add(), et JLog\WARNING.
& JNode::getChildren | ( | ) |
Get the children of this node
Définition à la ligne 109 du fichier node.php.
Références JLog\add(), et JLog\WARNING.
& JNode::getParent | ( | ) |
Get the parent of this node
Définition à la ligne 123 du fichier node.php.
Références JLog\add(), et JLog\WARNING.
JNode::hasChildren | ( | ) |
Test if this node has children
Définition à la ligne 137 du fichier node.php.
Références JLog\add(), et JLog\WARNING.
JNode::hasParent | ( | ) |
Test if this node has a parent
Définition à la ligne 151 du fichier node.php.
Références JLog\add(), et JLog\WARNING.
JNode::setParent | ( | & | $parent | ) |
Set the parent of a this node
If the node already has a parent, the link is unset
mixed | &$parent | The JNode for parent to be set or null |
Définition à la ligne 83 du fichier node.php.
Références JLog\add(), et JLog\WARNING.