API17

API17:JForm::getLabel

From Joomla! Documentation

Joomla 11.1 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.
  • Returns string The form field markup.
  • Defined on line 526 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples