API17

API17:JForm::mergeNodes

From Joomla! Documentation

Revision as of 03:04, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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