HTML_QuickForm_static::setText()

HTML_QuickForm_static::setText() -- Sets the text

Synopsis

require_once 'HTML/QuickForm/static.php';

void HTML_QuickForm_static::setText (string $text)

Beschreibung

This text is essentially the static element itself. Note that setValue() is an alias for setText().

Parameter

string $text

text of the element

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.