API17

Difference between revisions of "JForm::addNode"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (JoomlaWikiBot moved page JForm::addNode/11.1 to API17:JForm::addNode without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 18:06, 10 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JForm::addNode[edit]

Description[edit]

Adds a new child SimpleXMLElement node to the source.

Template:Description:JForm::addNode [Edit Descripton]

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[edit]

Template:SeeAlso:JForm::addNode [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />