HTML_QuickForm_static::setText()

HTML_QuickForm_static::setText() – Définit le texte

Synopsis

require_once 'HTML/QuickForm/static.php';

void HTML_QuickForm_static::setText ( string $text )

Description

Ce texte est essentiellement l'élément statique lui-même. Notez que setValue() est un alias de setText().

Parameter

string $text

Texte de l'élément

Throws

No exceptions thrown.

Note

This function can not be called statically.