API17

API17:JSimpleXMLElement::addChild

From Joomla! Documentation

Joomla 11.1 JSimpleXMLElement::addChild

Description

Adds a direct child to the element.


public function addChild (
        $name
        $attrs=array
        $level=null
)
Parameter Type Default Description
$name string
$attrs array array()
$level int null $level
  • Returns The added child object
  • Defined on line 499 of libraries/joomla/utilities/simplexml.php

See also


User contributed notes

Code Examples