API17:JForm::load
From Joomla! Documentation
JForm::load
Description
Method to load the form description from an XML string or object.
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
JForm::load source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::load
User contributed notes
Code Examples