20 pers. connectées au site
Manuel Pear
constructor HTML_QuickForm_radio()
constructor HTML_QuickForm_radio() -- Constructeur de la classe
Synopsis
- <?php
- require_once 'HTML/QuickForm/radio.php
- ?>
void constructor HTML_QuickForm_radio::HTML_QuickForm_radio ([string $elementName = NULL [, mixed $elementLabel = NULL [, string $text = NULL [, string $value = NULL [, mixed $attributes = NULL]]]]])
Description
Ce module n'est actuellement pas documenté.
Paramètres
- chaîne de caractères $elementName
-
Nom de l'attribut du champs Input
- mixed $elementLabel
-
Libellé(s) pour un champs
- chaîne de caractères $text
-
Texte à afficher près du bouton radio
- chaîne de caractères $value
-
Valeur du champs Input
- mixed $attributes
-
Soit un attribut HTML typique, soit un tableau associatif
Valeurs renvoyées
Aucune exception n'est lancée.
Note
Disponible depuis la version 1.0.
Cette fonction ne peut pas être appelée de façon statique.
Remonter