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