API17:JForm::getLabel
From Joomla! Documentation
JForm::getLabel
Description
Method to get a form field markup for the field input.
public function getLabel (
$name
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the form field. | |
| $group | string | null | The optional dot-separated form group path on which to find the field. |
See also
JForm::getLabel source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::getLabel
User contributed notes
Code Examples