API17

JButtonSeparator::fetchButton: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Empty implementation (not required).  
Empty implementation (not required).  


{{subst:Description:JButtonSeparator::fetchButton}}
 


<source lang="php">
<source lang="php">
Line 16: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[API17:JButtonSeparator::fetchButton|Other versions of JButtonSeparator::fetchButton]]
* [[API17:JButtonSeparator::fetchButton|Other versions of JButtonSeparator::fetchButton]]
{{subst:SeeAlso:JButtonSeparator::fetchButton}}
 


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

Latest revision as of 02:23, 25 March 2017

Joomla 11.1 JButtonSeparator::fetchButton

Description

Empty implementation (not required).


public function fetchButton ()
  • Returns
  • Defined on line 46 of libraries/joomla/html/toolbar/button/separator.php

See also


User contributed notes

Code Examples