JButtonSeparator::fetchButton: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Empty implementation (not required). | Empty implementation (not required). | ||
{{Description:JButtonSeparator::fetchButton}} | {{subst:Description:JButtonSeparator::fetchButton}} | ||
<source lang="php"> | <source lang="php"> | ||
public function fetchButton () | public function fetchButton () | ||
| Line 18: | 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]] | ||
{{SeeAlso:JButtonSeparator::fetchButton}} | {{subst:SeeAlso:JButtonSeparator::fetchButton}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:49, 24 March 2017
JButtonSeparator::fetchButton
Description
Empty implementation (not required).
{{subst:Description:JButtonSeparator::fetchButton}}
public function fetchButton ()
- Returns
- Defined on line 46 of libraries/joomla/html/toolbar/button/separator.php
See also
JButtonSeparator::fetchButton source code on BitBucket
Class JButtonSeparator
Subpackage Html- Other versions of JButtonSeparator::fetchButton
{{subst:SeeAlso:JButtonSeparator::fetchButton}}
User contributed notes
<CodeExamplesForm />