HTML_QuickForm (Previous) (Next) HTML_QuickForm_group クラス概要

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

HTML_QuickForm::addGroup()

HTML_QuickForm::addGroup() -- 要素グループを追加する

説明

要素グループを追加します。

パラメータ

array $elements

グループを構成する要素の配列。

string $name

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

mixed $groupLabel

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

mixed $separator

(オプション) 要素を区切るために使用する、文字列あるいは文字列の配列。

boolean $appendName

(オプション) フォーム要素の名前にグループ名を使用するかどうか、 つまり groupName[elementName] にするかそれとも elementName にするか。

返り値

追加された要素グループへの参照を返します。

注意

since 2.8

この関数は、スタティックにコールする ことはできません。

HTML_QuickForm (Previous) (Next) HTML_QuickForm_group クラス概要

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.