コンストラクタ HTML_QuickForm_autocomplete

コンストラクタ HTML_QuickForm_autocomplete – クラスのコンストラクタ

Synopsis

require_once 'HTML/QuickForm/autocomplete.php';

void constructor HTML_QuickForm_autocomplete::HTML_QuickForm_autocomplete ( string $elementName = = null , string $elementLabel = = null , array $options = = null , mixed $attributes = = null )

Description

This package is not documented yet.

Parameter

string $elementName

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

string $elementLabel

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

array $options

自動補完のオプション。

mixed $attributes

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

Throws

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

Note

This function can not be called statically.