constructor HTML_QuickForm::HTML_QuickForm()
constructor HTML_QuickForm::HTML_QuickForm() -- クラスのコンストラクタ
概要
require_once 'HTML/QuickForm.php'; |
void HTML_QuickForm::HTML_QuickForm ([string $formName = '' [, string $method = 'post' [, string $action = '' [, string $target = '_self' [, mixed $attributes = NULL]]]]])
説明
コンストラクタです。 <form>
タグの属性と送信する値のロードをします。
パラメータ
- string
$formName
フォームの名称を指定します。
- string
$method
(オプション) フォームのメソッドを指定します。
- string
$action
(オプション) フォームのアクションを指定します。
- string
$target
(オプション) フォームのターゲットを指定します。
- mixed
$attributes
(オプション) その他の <form> タグの属性を指定します。
例外・エラー
throws 投げられる例外はありません。
注意
この関数は、スタティックにコールする
ことはできません。