API17:JButtonLink::fetchButton
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JButtonLink::fetchButton|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonLink::fetchButton|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function fetchButton ( |
| + | $type='Link' | ||
| + | $name= 'back' | ||
| + | $text= '' | ||
| + | $url=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 28 of libraries/joomla/html/toolbar/button/link.php | |
| − | + | ||
| − | libraries/joomla/html/toolbar/button/link.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JButtonLink::fetchButton source code''' on [[jplatform:html/toolbar/button/link.php#cl-20|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JButtonLink/11.1|JButtonLink]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JButtonLink::fetchButton|Other versions of JButtonLink::fetchButton]] | ||
| + | {{SeeAlso:JButtonLink::fetchButton}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonLink::fetchButton|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonLink::fetchButton|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 60: | Line 63: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JButtonLink]][[Category:JButtonLink::fetchButton]]</noinclude> | <noinclude>[[Category:JButtonLink]][[Category:JButtonLink::fetchButton]]</noinclude> | ||
Revision as of 20:13, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JButtonLink::fetchButton
Description
Description:JButtonLink::fetchButton [Edit Descripton]
public function fetchButton ( $type='Link' $name= 'back' $text= '' $url=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Link' | ||
| $name | 'back' | ||
| $text | |||
| $url | null |
- Returns
- Defined on line 28 of libraries/joomla/html/toolbar/button/link.php
See also
-
JButtonLink::fetchButton source code on BitBucket
-
Class JButtonLink
-
Subpackage Html
- Other versions of JButtonLink::fetchButton
SeeAlso:JButtonLink::fetchButton [Edit See Also]
User contributed notes
<CodeExamplesForm />
