JForm::mergeNodes
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JForm::mergeNodes[edit]
Description[edit]
Merges new elements into a source <fields> element.
protected static function mergeNodes (
SimpleXMLElement $source
SimpleXMLElement $new
)
Parameter | Type | Default | Description |
---|---|---|---|
SimpleXMLElement $source | SimpleXMLElement | The source element. | |
SimpleXMLElement $new | SimpleXMLElement | The new element to merge. |
See also[edit]
- JForm::mergeNodes source code on BitBucket
- Class JForm
- Subpackage Form
- Other versions of JForm::mergeNodes
User contributed notes[edit]
Code Examples[edit]