API17

Difference between revisions of "JForm::load"

From Joomla! Documentation

m (JoomlaWikiBot moved page JForm::load/11.1 to API17:JForm::load without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 42: Line 42:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JForm::load source code''' on [[jplatform:form/form.php#cl-579|BitBucket]]
 
* {{JVer|11.1}} '''JForm::load source code''' on [[jplatform:form/form.php#cl-579|BitBucket]]
* {{JVer|11.1}} Class [[JForm/11.1|JForm]]
+
* {{JVer|11.1}} Class [[API17:JForm|JForm]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JForm::load|Other versions of JForm::load]]
+
* [[API17:JForm::load|Other versions of JForm::load]]
 
{{SeeAlso:JForm::load}}
 
{{SeeAlso:JForm::load}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 60: Line 60:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JForm]][[Category:JForm::load]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:43, 11 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::load[edit]

Description[edit]

Method to load the form description from an XML string or object.

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

public function load (
        $data
        $replace=true
        $xpath=false
)
Parameter Type Default Description
$data
$replace true
$xpath false
  • Returns
  • Defined on line 587 of libraries/joomla/form/form.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />