API16

API16:JToolBar/getName

From Joomla! Documentation

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

Description

Get the name of the toolbar.

[Edit Descripton]

Template:Description:JToolBar/getName

Syntax

getName()


Returns

string

Defined in

libraries/joomla/html/toolbar.php

Importing

jimport( 'joomla.html.toolbar' );

Source Body

public function getName()
{
        return $this->_name;
}

[Edit See Also] Template:SeeAlso:JToolBar/getName

Examples

<CodeExamplesForm />