API17

Difference between revisions of "JButton::getName"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 2: Line 2:
 
=={{JVer|11.1}} JButton::getName==
 
=={{JVer|11.1}} JButton::getName==
 
===Description===
 
===Description===
get the element name  
+
Get the element name.
  
 
{{Description:JButton::getName}}
 
{{Description:JButton::getName}}
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JButton::getName|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButton::getName|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JButton::getName ()
+
public function getName ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string type of the parameter
string type of the parameter
+
* '''Defined''' on line 56 of libraries/joomla/html/toolbar/button.php
===Defined in===
 
libraries/joomla/html/toolbar/button.php (line 59)
 
* see source code in [[jplatform:html/toolbar/button.php#cl-59|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JButton::getName source code''' on [[jplatform:html/toolbar/button.php#cl-48|BitBucket]]
 +
* {{JVer|11.1}} Class [[JButton/11.1|JButton]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JButton::getName|Other versions of JButton::getName]]
 +
{{SeeAlso:JButton::getName}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButton::getName|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButton::getName|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JButton/11.1|JButton]]
+
===User contributed notes===
* [[JButton::getName|Other versions of this method]]
 
{{SeeAlso:JButton::getName}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 33: Line 30:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JButton]][[Category:JButton::getName]]</noinclude>
 
<noinclude>[[Category:JButton]][[Category:JButton::getName]]</noinclude>

Revision as of 20:13, 27 April 2011

The "API17" 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.

Joomla 11.1 JButton::getName[edit]

Description[edit]

Get the element name.

Template:Description:JButton::getName [Edit Descripton]

public function getName ()
  • Returns string type of the parameter
  • Defined on line 56 of libraries/joomla/html/toolbar/button.php

See also[edit]

Template:SeeAlso:JButton::getName [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />