Back to Toolbar class

Method getName

public string
getName
()
Get the name of the toolbar.
Returns
  • string
Since
  • 1.6
Class: Toolbar
Project: Joomla

Method getName - Source code

/**
 * Get the name of the toolbar.
 *
 * @return  string
 *
 * @since   1.6
 */
public function getName()
{
    return $this->_name;
}