API17:JSimpleXMLElement::addChild
From Joomla! Documentation
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
JSimpleXMLElement::addChild source code on BitBucket
Class JSimpleXMLElement
Subpackage Utilities- Other versions of JSimpleXMLElement::addChild
User contributed notes
Code Examples