HTML_QuickForm::toArray()

HTML_QuickForm::toArray() -- Returns the form's contents in an array

概要

require_once 'HTML/QuickForm.php';

array HTML_QuickForm::toArray (void)

説明

Returns the form's contents in an array, uses Array renderer for this.

返り値

return array of form contents, structure is described in renderer documentation.

例外・エラー

throws no exceptions thrown

注意

since 2.0

この関数は、スタティックにコールする ことはできません。