API17

JButtonStandard::fetchButton: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JButtonStandard::fetchButton}}
 


<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]]
{{subst:SeeAlso:JButtonStandard::fetchButton}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JButtonStandard::fetchButton
category=JButtonStandard::fetchButton
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:24, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples