API17

JButtonHelp::fetchId: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
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.  


{{Description:JButtonHelp::fetchId}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonHelp::fetchId|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
public JButtonHelp->fetchId ()
public function fetchId ()
</source>
</source>
===Returns===
* '''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]]


===Defined in===
 
libraries/joomla/html/toolbar/button/help.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JButtonHelp::fetchId|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JButtonHelp/11.1|JButtonHelp]]
* [[JButtonHelp::fetchId|Other versions of this method]]
{{SeeAlso:JButtonHelp::fetchId}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JButtonHelp::fetchId
category=JButtonHelp::fetchId
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JButtonHelp]][[Category:JButtonHelp::fetchId]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:23, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples