API17:JForm::addNode
From Joomla! Documentation
JForm::addNode
Description
Adds a new child SimpleXMLElement node to the source.
protected static function addNode (
SimpleXMLElement $source
SimpleXMLElement $new
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| SimpleXMLElement $source | SimpleXMLElement | The source element on which to append. | |
| SimpleXMLElement $new | SimpleXMLElement | The new element to append. |
- Returns
- Defined on line 1731 of libraries/joomla/form/form.php
See also
JForm::addNode source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::addNode
User contributed notes
Code Examples