API17

Difference between revisions of "JButtonLink::fetchId"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JButtonLink::fetchId|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButtonLink::fetchId|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JButtonLink->fetchId ($type= 'Link', $name= '')
+
public function fetchId (
 +
        $type= 'Link'
 +
        $name= ''
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string Button CSS Id
string Button CSS Id
+
* '''Defined''' on line 52 of libraries/joomla/html/toolbar/button/link.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/html/toolbar/button/link.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JButtonLink::fetchId source code''' on [[jplatform:html/toolbar/button/link.php#cl-44|BitBucket]]
 +
* {{JVer|11.1}} Class [[JButtonLink/11.1|JButtonLink]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JButtonLink::fetchId|Other versions of JButtonLink::fetchId]]
 +
{{SeeAlso:JButtonLink::fetchId}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonLink::fetchId|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButtonLink::fetchId|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JButtonLink/11.1|JButtonLink]]
+
===User contributed notes===
* [[JButtonLink::fetchId|Other versions of this method]]
 
{{SeeAlso:JButtonLink::fetchId}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 52: Line 52:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JButtonLink]][[Category:JButtonLink::fetchId]]</noinclude>
 
<noinclude>[[Category:JButtonLink]][[Category:JButtonLink::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 JButtonLink::fetchId[edit]

Description[edit]

Get the button CSS Id.

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

public function fetchId (
        $type= 'Link'
        $name= ''
)
Parameter Type Default Description
$type string 'Link' The button type.
$name string The name of the button.
  • Returns string Button CSS Id
  • Defined on line 52 of libraries/joomla/html/toolbar/button/link.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />