API17:JFormField::getName
From Joomla! Documentation
JFormField::getName
Description
Method to get the name used for the field input tag.
protected function getName ($fieldName)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $fieldName | string | The field element name. |
- Returns string The name to be used for the field input tag.
- Defined on line 477 of libraries/joomla/form/formfield.php
- Since

See also
JFormField::getName source code on BitBucket
Class JFormField
Subpackage Form- Other versions of JFormField::getName
User contributed notes
Code Examples