API17

API17:JForm::reset

From Joomla! Documentation

Joomla 11.1 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.
  • Returns boolean True on success.
  • Defined on line 772 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples