HTML_QuickForm_Renderer_QuickHtml::toHtml()

HTML_QuickForm_Renderer_QuickHtml::toHtml() -- Returns the HTML

概要

require_once 'HTML/QuickForm/Renderer/QuickHtml.php';

string HTML_QuickForm_Renderer_QuickHtml::toHtml ([string $data])

説明

Returns the HTML generated for the form.

パラメータ

$data

Any html to put inside the form tags. This would normally be the html template into which you have rendered the form elements.

例外・エラー

throws no exceptions thrown