API17

API17:JFormField::getName

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples