JForm::addNode
Adds a new child SimpleXMLElement node to the source.
Signature
protected function addNode(SimpleXMLElement
$source,
SimpleXMLElement
$new )
Parameters
-
$source
- The source element on which to append.
-
$new
- The new element to append.
Returns
- void