Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17482 программиста и 1872 робота. Сейчас ищут 1833 программиста ...
HTML_QuickForm_element::setLabel()
Вернуться к: Base classes
HTML_QuickForm_element::setLabel()
HTML_QuickForm_element::setLabel() – Sets a label for the element
Synopsis
require_once 'HTML/QuickForm/element.php';
void HTML_QuickForm_element::setLabel ( mixed $label )
Label is a description text that will be displayed near the element. Some renderers can handle multiple labels for the element.
Parameter
- mixed $label
-
Display text for the element
Throws
throws no exceptions thrown
See
see getLabel().
Note
since 1.3
This function can not be called statically.
Вернуться к: Base classes