constructor HTML_QuickForm_Page()

constructor HTML_QuickForm_Page() -- クラスコンストラクタ

概要

require_once 'HTML/QuickForm/Page.php';

void constructor HTML_QuickForm_Page::HTML_QuickForm_Page (string $formName [, string $method = 'post' [, string $target = '_self' [, mixed $attributes = NULL]]])

説明

Note that unlike constructor of HTML_QuickForm there is no $action, as the form is always submitted to the current page. Note also that $formName is not optional.

パラメータ

string $formName

フォーム名です。

string $method

フォームのメソッドです。

string $target

フォームのターゲットです。

mixed $attributes

フォームタグのためのその他の属性です。

例外・エラー

throws 投げられる例外はありません。

注意

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