constructor HTML_QuickForm_advcheckbox()
constructor HTML_QuickForm_advcheckbox() -- Class constructor
概要
require_once 'HTML/QuickForm/advcheckbox.php'; |
void constructor HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox ([string $elementName = NULL [, string $elementLabel = NULL [, string $text = NULL [, mixed $attributes = NULL [, mixed $values = NULL]]]]])
パラメータ
- string
$elementName
(optional)Input field name attribute
- string
$elementLabel
(optional)Input field label
- string
$text
(optional)Text to put after the checkbox
- mixed
$attributes
(optional)Either a typical HTML attribute string
or an associative array
- mixed
$values
(optional)Values to pass if checked or not checked
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。