API16

API16:JForm/getName

From Joomla! Documentation

Revision as of 22:50, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Method to get the form name. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Method to get the form name.

[Edit Descripton]

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 />