HTML_QuickForm::toHtml()
HTML_QuickForm::toHtml() -- Returns an HTML version of the form
概要
require_once 'HTML/QuickForm.php'; |
string HTML_QuickForm::toHtml ([string $in_data = NULL])
パラメータ
- string
$in_data
(optional) Any extra data to insert right before form is rendered. Data will be inserted via addElement('html', $in_data)
返り値
return Html version of the form
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。