コンストラクタ HTML_QuickForm_group()

コンストラクタ HTML_QuickForm_group() – クラスのコンストラクタ

Synopsis

require_once 'HTML/QuickForm/group.php';

void constructor HTML_QuickForm_group::HTML_QuickForm_group ( string $elementName = = null , array $elementLabel = = null , array $elements = = null , mixed $separator = = null , bool $appendName = = true )

Description

This package is not documented yet.

Parameter

string $elementName

(オプション) グループ名。

array $elementLabel

(オプション) グループのラベル。

array $elements

(オプション) グループの要素。

mixed $separator

(オプション) セパレータを表す文字列、 あるいは複数のセパレータを表す配列。

boolean $appendName

(オプション) 要素の名前を $groupName[$elementName] 形式に変更するか、それともそのままにしておくか。

Throws

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

Note

since 1.0

This function can not be called statically.