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