JButtonHelp::fetchId: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Get the button id. | Get the button id. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function fetchId () | ||
</source> | </source> | ||
=== | * '''Returns''' | ||
* '''Defined''' on line 60 of libraries/joomla/html/toolbar/button/help.php | |||
===See also=== | |||
* {{JVer|11.1}} '''JButtonHelp::fetchId source code''' on [[jplatform:html/toolbar/button/help.php#cl-52|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JButtonHelp|JButtonHelp]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | |||
* [[API17:JButtonHelp::fetchId|Other versions of JButtonHelp::fetchId]] | |||
===User contributed notes=== | |||
=== | === Code Examples === | ||
=== | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonHelp::fetchId | category=JButtonHelp::fetchId | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:23, 25 March 2017
JButtonHelp::fetchId
Description
Get the button id.
public function fetchId ()
- Returns
- Defined on line 60 of libraries/joomla/html/toolbar/button/help.php
See also
JButtonHelp::fetchId source code on BitBucket
Class JButtonHelp
Subpackage Html- Other versions of JButtonHelp::fetchId
User contributed notes
Code Examples