HTML_QuickForm::getSubmitValue()

HTML_QuickForm::getSubmitValue() -- Returns the submitted element's value

Synopsis

require_once 'HTML/QuickForm.php';

mixed HTML_QuickForm::getSubmitValue (string $element)

Beschreibung

Returns the submitted element's value. The value is filtered.

Parameter

string $element

Element name

Rückgabewert

return submitted element value or NULL if not set

Fehler-Meldungen

throws no exceptions thrown

Hinweise

since 2.0

Diese Methode kann nicht statisch aufgerufen werden.