API16:JToolBar/getName
From Joomla! Documentation
Description
Get the name of the toolbar.
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 />