API17:JForm::mergeNodes
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 35: | Line 35: | ||
void | void | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/form/form.php | + | libraries/joomla/form/form.php (line 1764) |
| + | * see source code in [[jplatform:form/form.php#cl-1764|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:34, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JForm::mergeNodes
Description
Merges new elements into a source <fields> element.
Description:JForm::mergeNodes [Edit Descripton]
Since
Synopsis
protected static JForm::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 in
libraries/joomla/form/form.php (line 1764)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
