27 pers. connectées au site
Manuel Pear
constructor HTML_QuickForm_checkbox()
constructor HTML_QuickForm_checkbox() -- Constructeur de la classe
Synopsis
- <?php
- require_once 'HTML/QuickForm/checkbox.php
- ?>
void constructor HTML_QuickForm_checkbox::HTML_QuickForm_checkbox ([string $elementName = NULL [, string $elementLabel = NULL [, string $text = '' [, mixed $attributes = NULL]]]])
Description
Ce module n'est actuellement pas documenté.
Paramètres
- chaîne de caractères $elementName
-
(optionnel) Nom de l'attribut du champs Input
- chaîne de caractères $elementLabel
-
(optionnel) Label pour le champs Input
- chaîne de caractères $text
-
(optionnel) Texte à afficher pour un checkbox
- mixed $attributes
-
(optionnel) 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