JButtonStandard::fetchButton: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
<source lang="php"> | <source lang="php"> | ||
| Line 55: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonStandard::fetchButton | category=JButtonStandard::fetchButton | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:24, 25 March 2017
JButtonStandard::fetchButton
Description
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
User contributed notes
Code Examples