API17

Difference between revisions of "JButton::fetchId"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JButton::fetchId|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButton::fetchId|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JButton::fetchId ()
+
public function fetchId ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 104 of libraries/joomla/html/toolbar/button.php
===Defined in===
 
libraries/joomla/html/toolbar/button.php (line 109)
 
* see source code in [[jplatform:html/toolbar/button.php#cl-109|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JButton::fetchId source code''' on [[jplatform:html/toolbar/button.php#cl-96|BitBucket]]
 +
* {{JVer|11.1}} Class [[JButton/11.1|JButton]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JButton::fetchId|Other versions of JButton::fetchId]]
 +
{{SeeAlso:JButton::fetchId}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButton::fetchId|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButton::fetchId|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JButton/11.1|JButton]]
+
===User contributed notes===
* [[JButton::fetchId|Other versions of this method]]
 
{{SeeAlso:JButton::fetchId}}
 
===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::fetchId]]</noinclude>
 
<noinclude>[[Category:JButton]][[Category:JButton::fetchId]]</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::fetchId[edit]

Description[edit]

Get the button id.

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

public function fetchId ()
  • Returns
  • Defined on line 104 of libraries/joomla/html/toolbar/button.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />