HTML_QuickForm_group::getElementName() -- Returns the name of an element inside the group
Synopsis
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
throws no exceptions thrown
Заметка
since 3.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |