JButton/getName
From Joomla! Documentation
< API16:JButton
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Contents
Description
get the element name
<! removed transcluded page call, red link never existed >
Syntax
getName()
Returns
string type of the parameter
Defined in
libraries/joomla/html/toolbar/button.php
Importing
jimport( 'joomla.html.toolbar.button' );
Source Body
public function getName()
{
return $this->_name;
}
<! removed transcluded page call, red link never existed >