API16

API16:JToolBar/getName

From Joomla! Documentation

Revision as of 14:32, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Get the name of the toolbar.


{{subst: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;
}


{{subst:SeeAlso:JToolBar/getName}}

Examples

<CodeExamplesForm />