require_once 'HTML/QuickForm.php';
array HTML_QuickForm::toArray ([boolean $collectHidden = FALSE])
array HTML_QuickForm::toArray
Returns the form's contents in an array, uses Array renderer for this.
Whether to collect hidden elements (passed to the Renderer's constructor)
return array of form contents, structure is described in renderer documentation.
throws no exceptions thrown
since 2.0
This function can not be called statically.