API15:JButton/getName/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
get the element name
Syntax
getName()
Returns
string type of the parameter
Defined in
libraries/joomla/html/toolbar/button.php
Importing
jimport( 'joomla.html.toolbar.button' );
Source Body
function getName() { return $this->_name; }
Examples
<CodeExamplesForm />
