API17

JModelForm::loadFormData: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to get the data that should be injected in the form.  
Method to get the data that should be injected in the form.  


{{subst:Description:JModelForm::loadFormData}}
 


<source lang="php">
<source lang="php">
Line 17: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JModelForm::loadFormData|Other versions of JModelForm::loadFormData]]
* [[API17:JModelForm::loadFormData|Other versions of JModelForm::loadFormData]]
{{subst:SeeAlso:JModelForm::loadFormData}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JModelForm::loadFormData
category=JModelForm::loadFormData
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:28, 25 March 2017

Joomla 11.1 JModelForm::loadFormData

Description

Method to get the data that should be injected in the form.


protected function loadFormData ()
  • Returns array The default data is an empty array.
  • Defined on line 173 of libraries/joomla/application/component/modelform.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples