HTML_QuickForm::setRequiredNote()

HTML_QuickForm::setRequiredNote() -- Sets required note

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::setRequiredNote (string $note)

Beschreibung

Sets the required note. This note is usually displayed below the form when the form contains required fields.

Parameter

string $note

Message indicating some elements are required

Fehler-Meldungen

throws no exceptions thrown

Hinweise

since 1.1

Diese Methode kann nicht statisch aufgerufen werden.