コンストラクタ HTML_QuickForm_checkbox()

コンストラクタ HTML_QuickForm_checkbox() -- クラスのコンストラクタ

概要

require_once 'HTML/QuickForm/checkbox.php';

void constructor HTML_QuickForm_checkbox::HTML_QuickForm_checkbox ([string $elementName = NULL [, string $elementLabel = NULL [, string $text = '' [, mixed $attributes = NULL]]]])

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $elementName

(オプション) Input フィールドの name 属性。

string $elementLabel

(オプション) Input フィールドのラベル。

string $text

(オプション) チェックボックスの表示テキスト。

mixed $attributes

(オプション) 典型的な HTML 属性の文字列あるいは連想配列。

例外・エラー

例外はスローされません。

注意

since 1.0

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