Solar_View_Helper_Form::fetch()
public
string
Solar_View_Helper_Form::fetch
( bool $with_form_tag = true
)
Builds and returns the form output, adding a hidden CSRF element as needed.
Parameters
(bool)
$with_form_tag
: If true (the default) outputs the form with <form>...</form> tags. If false, it does not.
Returns
(string)
Description
Builds and returns the form output, adding a hidden CSRF element as needed.