API17

API17:JForm::addNode

From Joomla! Documentation

Joomla 11.1 JForm::addNode

Description

Adds a new child SimpleXMLElement node to the source.


protected static function 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 on line 1731 of libraries/joomla/form/form.php

See also


User contributed notes

Code Examples