API16:JForm/getName
From Joomla! Documentation
Description
Method to get the form name.
Template:Description:JForm/getName
Syntax
getName()
Returns
string The name of the form.
Defined in
libraries/joomla/form/form.php
Importing
jimport( 'joomla.form.form' );
Source Body
public function getName()
{
return $this->_name;
}
[Edit See Also] Template:SeeAlso:JForm/getName
Examples
<CodeExamplesForm />