API17:JForm::reset
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JForm::reset
Description
Method to reset the form data store and optionally the form XML definition.
Description:JForm::reset [Edit Descripton]
Since
Synopsis
public JForm::reset ($xml=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $xml | boolean | false | True to also reset the XML form definition. |
Returns
boolean True on success.
Defined in
libraries/joomla/form/form.php (line 770)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
