previousconstructor HTML_QuickForm_group() (Previous) (Next) HTML_QuickForm_group::getElements()next

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

HTML_QuickForm_group::getElementName()

HTML_QuickForm_group::getElementName() – Retourne le nom d'un élément d'un groupe

Synopsis

require_once 'HTML/QuickForm/group.php';

mixed HTML_QuickForm_group::getElementName ( mixed $index )

Description

Retourne le nom d'un élément contenu dans un groupe. C'est le même nom qui sera affiché dans le formulaire HTML.

Parameter

mixed $index

Nom de l'élément ou index de l'élément dans le groupe

Return value

Retourne une chaîne représentant le nom de l'élément, FALSE s'il n'est pas trouvé.

Throws

No exceptions thrown.

Note

Disponible depuis la version 3.0.

This function can not be called statically.

previousconstructor HTML_QuickForm_group() (Previous) (Next) HTML_QuickForm_group::getElements()next

Download Documentation Last updated: Sun, 18 Oct 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.