API17:JForm::addNode
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 33: | Line 33: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/form/form.php | + | libraries/joomla/form/form.php (line 1721) |
| + | * see source code in [[jplatform:form/form.php#cl-1721|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:33, 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::addNode
Description
Adds a new child SimpleXMLElement node to the source.
Description:JForm::addNode [Edit Descripton]
Synopsis
protected static JForm::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 in
libraries/joomla/form/form.php (line 1721)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
