API17

Difference between revisions of "JButtonPopup::fetchId"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JButtonPopup::fetchId|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButtonPopup::fetchId|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JButtonPopup::fetchId ($type, $name)
+
public function fetchId (
 +
        $type
 +
        $name
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 55 of libraries/joomla/html/toolbar/button/popup.php
===Defined in===
 
libraries/joomla/html/toolbar/button/popup.php (line 57)
 
* see source code in [[jplatform:html/toolbar/button/popup.php#cl-57|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JButtonPopup::fetchId source code''' on [[jplatform:html/toolbar/button/popup.php#cl-47|BitBucket]]
 +
* {{JVer|11.1}} Class [[JButtonPopup/11.1|JButtonPopup]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JButtonPopup::fetchId|Other versions of JButtonPopup::fetchId]]
 +
{{SeeAlso:JButtonPopup::fetchId}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup::fetchId|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup::fetchId|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JButtonPopup/11.1|JButtonPopup]]
+
===User contributed notes===
* [[JButtonPopup::fetchId|Other versions of this method]]
 
{{SeeAlso:JButtonPopup::fetchId}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JButtonPopup]][[Category:JButtonPopup::fetchId]]</noinclude>
 
<noinclude>[[Category:JButtonPopup]][[Category:JButtonPopup::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 JButtonPopup::fetchId[edit]

Description[edit]

Get the button id.

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

public function fetchId (
        $type
        $name
)
Parameter Type Default Description
$type
$name
  • Returns
  • Defined on line 55 of libraries/joomla/html/toolbar/button/popup.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />