HTML_QuickForm_group::getElementName()
HTML_QuickForm_group::getElementName() -- Returns the name of an element inside the group
概要
require_once 'HTML/QuickForm/group.php'; |
mixed HTML_QuickForm_group::getElementName (mixed $index)
説明
Returns the name of an element inside the group. This is the name that will be shown in the form HTML output.
パラメータ
- mixed
$index
Element name or element index in the group
返り値
returns string with element name, false if not found
例外・エラー
throws no exceptions thrown
注意
since 3.0
この関数は、スタティックにコールする
ことはできません。