Public Member Functions | |
formLabel ($name, $value=null, array $attribs=array()) |
Definition at line 35 of file FormLabel.php.
formLabel | ( | $ | name, |
$ | value = null , |
||
array $ | attribs = array() |
||
) |
Generates a 'label' element.
string | $name | The form element name for which the label is being generated |
string | $value | The label text |
array | $attribs | Form element attributes (used to determine if disabled) |
Definition at line 45 of file FormLabel.php.