API16:JForm/getName

From Joomla! Documentation

Jump to: navigation, search

Contents

Description

Method to get the form name.

[Edit Descripton]

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] SeeAlso:JForm/getName

Examples


Personal tools