API15:JButton/getName/ja

出典: Joomla! ドキュメンテーション

目次

Description

get the element name

[Edit Descripton]



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;
}

[Edit See Also]



Examples

<CodeExamplesForm />