API17

API17:JForm::mergeNodes

From Joomla! Documentation

Joomla 11.1 JForm::mergeNodes

Description

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.
  • Returns void
  • Defined on line 1774 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples