previousHTML_QuickForm::defaultRenderer() (Previous) (Next) HTML_QuickForm::toHtml()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm::toArray()

HTML_QuickForm::toArray() – Retourne le contenu d'un formulaire dans un tableau

Synopsis

require_once 'HTML/QuickForm.php';

array HTML_QuickForm::toArray ( boolean $collectHidden = = false )

Description

Retourne le contenu d'un formulaire dans un tableau, en utilisant le rendu par défaut.

Parameter

boolean $collectHidden

Si l'on doit collecter les éléments cachés (passés au constructeur de rendu)

Return value

Retourne un tableau de contenus de formulaire, la structure est décrite dans la documentation sur le rendu.

Throws

No exceptions thrown.

Note

Disponible depuis la version 2.0.

This function can not be called statically.

previousHTML_QuickForm::defaultRenderer() (Previous) (Next) HTML_QuickForm::toHtml()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.