previousコンストラクタ HTML_QuickForm_group() (Previous) (Next) HTML_QuickForm_group::getElements()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm_group::getElementName()

HTML_QuickForm_group::getElementName() – グループ内の要素の名前を返す

Synopsis

require_once 'HTML/QuickForm/group.php';

mixed HTML_QuickForm_group::getElementName ( mixed $index )

Description

グループ内の要素の名前を返します。 この名前は、フォームの HTML 出力時に表示されます。

Parameter

mixed $index

要素名あるいはグループ内の要素インデックス。

Return value

要素名をあらわす文字列、あるいは見つからなかった場合に false を返します。

Throws

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

Note

since 3.0

This function can not be called statically.

previousコンストラクタ HTML_QuickForm_group() (Previous) (Next) HTML_QuickForm_group::getElements()next

Download Documentation Last updated: Sun, 21 Jun 2009
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.