API17:JForm::reset
From Joomla! Documentation
JForm::reset
Description
Method to reset the form data store and optionally the form XML definition.
public function reset ($xml=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $xml | boolean | false | True to also reset the XML form definition. |
See also
JForm::reset source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::reset
User contributed notes
Code Examples