HTML_QuickForm_element::setLabel()

HTML_QuickForm_element::setLabel() -- Sets a label for the element

Referentiesamenvatting

require_once 'HTML/QuickForm/element.php';

void HTML_QuickForm_element::setLabel (mixed $label)

Beschrijving

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

Zie

see getLabel().

Note

since 1.3

Deze functie kan niet statisch worden aangeroepen.