Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17812 программистов и 1638 роботов. Сейчас ищут 1819 программистов ...
HTML_QuickForm_static::setText()
Вернуться к: Custom elements
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 )
This text is essentially the static element itself. Note that setValue() is an alias for setText().
Parameter
- string $text
-
text of the element
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Custom elements