Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JNode
+ Graphe d'héritage de JNode:
+ Graphe de collaboration de JNode:

Liste de tous les membres

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)
 toString ()

Attributs protégés

 $_parent = null
 $_children = array()
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des constructeurs et destructeur

JNode::__construct ( )

Constructor

Depuis:
11.1

Références JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

JNode::addChild ( $child)

Add child to this node

If the child already has a parent, the link is unset

Paramètres:
JNode&$childThe child to be added
Renvoie:
void
Depuis:
11.1

Références JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

& JNode::getChildren ( )

Get the children of this node

Renvoie:
array The children
Depuis:
11.1

Références JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

& JNode::getParent ( )

Get the parent of this node

Renvoie:
mixed JNode object with the parent or null for no parent
Depuis:
11.1

Références JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

JNode::hasChildren ( )

Test if this node has children

Renvoie:
boolean True if there are children
Depuis:
11.1

Références JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

JNode::hasParent ( )

Test if this node has a parent

Renvoie:
boolean True if there is a parent
Depuis:
11.1

Références JLog\add(), null, et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

JNode::setParent ( $parent)

Set the parent of a this node

If the node already has a parent, the link is unset

Paramètres:
mixed&$parentThe JNode for parent to be set or null
Renvoie:
void
Depuis:
11.1

Références JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

JNode::$_children = array()
protected
JNode::$_parent = null
protected

La documentation de cette classe a été générée à partir du fichier suivant :