constructor HTML_QuickForm_element()

constructor HTML_QuickForm_element() – Constructeur de la classe

Synopsis

require_once 'HTML/QuickForm/element.php';

void constructor HTML_QuickForm_element::HTML_QuickForm_element ( string $elementName = = null , mixed $elementLabel = = null , mixed $attributes = = null )

Description

This package is not documented yet.

Parameter

string $elementName

Nom de l'élément

mixed $elementLabel

Label(s) pour l'élément

mixed $attributes

Tableau associatif d'attributs de balises ou d'attributs HTML sous la forme nom="valeur"

Throws

No exceptions thrown.

See

Voir setName(), setLabel()

Note

Disponible depuis la version 1.0.

This function can not be called statically.