API16:JForm/getName
From Joomla! Documentation
Contents |
Description
Method to get the form name.
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] SeeAlso:JForm/getName