constructor HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array()

constructor HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array() – Constructeur

Synopsis

require_once 'HTML/QuickForm/Renderer/Array.php';

void HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array ( bool $collectHidden = = false bool $staticLabels = = false )

Description

This package is not documented yet.

Parameter

boolean $collectHidden

TRUE : collecte tous les éléments cachés dans une chaîne de caractères ; FALSE : traite les éléments cachés comme un élément de formulaire habituel

boolean $staticLabels

TRUE : au lieu d'insérer un tableau de labels dans l'élément 'label' du tableau résultant, l'on crée des clés séparées nommées 'label_$key' où $key est la clé dans le tableau des labels (clé + 1 si c'est un numérique). Le premier élément du tableau occupe l'élément 'label'.

Throws

No exceptions thrown.

Note

This function can not be called statically.