JButtonSeparator/fetchButton: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 26: | Line 26: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=fetchButton | category=fetchButton | ||
category=JButtonSeparator | category=JButtonSeparator | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 01:21, 25 March 2017
Description
Empty implementation (not required)
<! removed transcluded page call, red link never existed >
Syntax
fetchButton()
Defined in
libraries/joomla/html/toolbar/button/separator.php
Importing
jimport( 'joomla.html.toolbar.button.separator' );
Source Body
public function fetchButton()
{
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples