constructor HTML_QuickForm_hierselect()
constructor HTML_QuickForm_hierselect() -- Class constructor
概要
require_once 'HTML/QuickForm/hierselect.php'; |
void constructor HTML_QuickForm_hierselect::HTML_QuickForm_hierselect ([string $elementName = NULL [, string $elementLabel = NULL [, mixed $attributes = NULL [, mixed $separator = NULL]]]])
パラメータ
- string
$elementName
(optional)Input field name attribute
- string
$elementLabel
(optional)Input field label in form
- mixed
$attributes
(optional)Either a typical HTML attribute string or an associative array.
- mixed
$separator
String to separate the grouped elements
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。