HTML_QuickForm_static::setText()

HTML_QuickForm_static::setText() -- Sets the text

概要

require_once 'HTML/QuickForm/static.php';

void HTML_QuickForm_static::setText (string $text)

説明

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

パラメータ

string $text

text of the element

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。