JButtonStandard::fetchButton: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
{{Description:JButtonStandard::fetchButton}} | {{subst:Description:JButtonStandard::fetchButton}} | ||
<source lang="php"> | <source lang="php"> | ||
public function fetchButton ( | public function fetchButton ( | ||
| Line 57: | Line 55: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | ||
* [[API17:JButtonStandard::fetchButton|Other versions of JButtonStandard::fetchButton]] | * [[API17:JButtonStandard::fetchButton|Other versions of JButtonStandard::fetchButton]] | ||
{{SeeAlso:JButtonStandard::fetchButton}} | {{subst:SeeAlso:JButtonStandard::fetchButton}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:49, 24 March 2017
JButtonStandard::fetchButton
Description
{{subst:Description:JButtonStandard::fetchButton}}
public function fetchButton (
$type='Standard'
$name= ''
$text= ''
$task= ''
$list=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Standard' | ||
| $name | |||
| $text | |||
| $task | |||
| $list | true |
- Returns
- Defined on line 29 of libraries/joomla/html/toolbar/button/standard.php
See also
JButtonStandard::fetchButton source code on BitBucket
Class JButtonStandard
Subpackage Html- Other versions of JButtonStandard::fetchButton
{{subst:SeeAlso:JButtonStandard::fetchButton}}
User contributed notes
<CodeExamplesForm />