Back to Form class

Method getName

public string
getName
()
Method to get the form name.
Returns
  • string The name of the form.
Since
  • 1.7.0
Class: Form
Project: Joomla

Method getName - Source code

/**
 * Method to get the form name.
 *
 * @return  string  The name of the form.
 *
 * @since   1.7.0
 */
public function getName()
{
    return $this->name;
}