HTML_QuickForm_Renderer_Array::toArray()

HTML_QuickForm_Renderer_Array::toArray() – Retourne le formulaire dans un tableau

Synopsis

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

array HTML_QuickForm_Renderer_Array::toArray ( ( void )

Description

Retourne une représentation du formulaire construit par le moteur de rendu dans un tableau.

Throws

No exceptions thrown.

Note

This function can not be called statically.