API17:JForm::addNode
From Joomla! Documentation
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
Referenced by
See also
Examples
<CodeExamplesForm />
