API16

API16:JForm/getName

From Joomla! Documentation

Description

Method to get the form name.


<! removed transcluded page call, red link never existed >

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;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples