API17:JButton::getName
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JButton::getName== | =={{JVer|11.1}} JButton::getName== | ||
===Description=== | ===Description=== | ||
| − | + | 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> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function getName () |
</source> | </source> | ||
| − | + | * '''Returns''' string type of the parameter | |
| − | string type of the parameter | + | * '''Defined''' on line 56 of libraries/joomla/html/toolbar/button.php |
| − | + | ||
| − | libraries/joomla/html/toolbar/button.php | + | |
| − | + | ||
===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> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 32: | 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
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JButton::getName
Description
Get the element name.
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
-
JButton::getName source code on BitBucket
-
Class JButton
-
Subpackage Html
- Other versions of JButton::getName
SeeAlso:JButton::getName [Edit See Also]
User contributed notes
<CodeExamplesForm />
