API16

API16:JButton/getName

From Joomla! Documentation

Revision as of 01:20, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 >

Examples

Code Examples