コンストラクタ HTML_QuickForm_radio()

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

概要

require_once 'HTML/QuickForm/radio.php';

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

説明

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

パラメータ

string $elementName

Input フィールドの name 属性。

mixed $elementLabel

フィールドのラベル。

string $text

ラジオボタンのそばに表示するテキスト。

string $value

Input フィールドの値。

mixed $attributes

典型的な HTML 属性の文字列あるいは連想配列。

例外・エラー

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

注意

since 1.0

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