Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15524 программиста и 1653 робота. Сейчас ищут 942 программиста ...
HTML_QuickForm_group::getElementName()
Вернуться к: Using groups
HTML_QuickForm_group::getElementName()
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.
Parameter
- mixed $index
-
Element name or element index in the group
Return value
returns string with element name, false if not found
Throws
throws no exceptions thrown
Note
since 3.0
This function can not be called statically.
Вернуться к: Using groups