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é
|
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() |
JNode::__construct | ( | ) |
Constructor
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 |
Références JLog\add(), et JLog\WARNING.
& JNode::getChildren | ( | ) |
Get the children of this node
Références JLog\add(), et JLog\WARNING.
& JNode::getParent | ( | ) |
Get the parent of this node
Références JLog\add(), et JLog\WARNING.
JNode::hasChildren | ( | ) |
Test if this node has children
Références JLog\add(), et JLog\WARNING.
JNode::hasParent | ( | ) |
Test if this node has a parent
Références JLog\add(), null, 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 |
Références JLog\add(), et JLog\WARNING.
|
protected |
|
protected |