Controller::exportValues()

Controller::exportValues() -- Returns the form's values

Synopsis

require_once 'HTML/QuickForm/Controller.php';

array HTML_QuickForm_Controller::exportValues ([string $pageName = NULL])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $pageName

name of the page, if not set then returns values for all pages

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.