array HTML_QuickForm::toArray (
boolean $collectHidden
= false
)
Returns the form's contents in an array, uses Array renderer for this.
$collectHidden
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.