API17:JModelForm::loadForm
From Joomla! Documentation
JModelForm::loadForm
Description
Method to get a form object.
protected function loadForm (
$name
$source=null
$options=array
$clear=false
$xpath=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the form. | |
| $source | string | null | The form source. Can be XML string if file flag is set to false. |
| $options | array | array() | Optional array of options for the form creation. |
| $clear | boolean | false | Optional argument to force load a new form. |
| $xpath | string | false | An optional xpath to search for the fields. |
- Returns mixed object on success, False on error.
- Defined on line 122 of libraries/joomla/application/component/modelform.php
See also
JModelForm::loadForm source code on BitBucket
Class JModelForm
Subpackage Application- Other versions of JModelForm::loadForm
User contributed notes
Code Examples