API17

Difference between revisions of "JButtonHelp::fetchButton"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JButtonHelp::fetchButton|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButtonHelp::fetchButton|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JButtonHelp::fetchButton ($type= 'Help', $ref= '', $com=false, $override=null, $component=null)
+
public function fetchButton (
 +
        $type= 'Help'
 +
        $ref= ''
 +
        $com=false
 +
        $override=null
 +
        $component=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 47: Line 50:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 37 of libraries/joomla/html/toolbar/button/help.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/html/toolbar/button/help.php (line 37)
 
* see source code in [[jplatform:html/toolbar/button/help.php#cl-37|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JButtonHelp::fetchButton source code''' on [[jplatform:html/toolbar/button/help.php#cl-29|BitBucket]]
 +
* {{JVer|11.1}} Class [[JButtonHelp/11.1|JButtonHelp]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JButtonHelp::fetchButton|Other versions of JButtonHelp::fetchButton]]
 +
{{SeeAlso:JButtonHelp::fetchButton}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonHelp::fetchButton|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButtonHelp::fetchButton|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JButtonHelp/11.1|JButtonHelp]]
+
===User contributed notes===
* [[JButtonHelp::fetchButton|Other versions of this method]]
 
{{SeeAlso:JButtonHelp::fetchButton}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 68: Line 70:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JButtonHelp]][[Category:JButtonHelp::fetchButton]]</noinclude>
 
<noinclude>[[Category:JButtonHelp]][[Category:JButtonHelp::fetchButton]]</noinclude>

Revision as of 20:13, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JButtonHelp::fetchButton[edit]

Description[edit]

Template:Description:JButtonHelp::fetchButton [Edit Descripton]

public function fetchButton (
        $type= 'Help'
        $ref= ''
        $com=false
        $override=null
        $component=null
)
Parameter Type Default Description
$type string 'Help' Unused string.
$ref string The name of the help screen (its key reference).
$com boolean false Use the help file in the component directory.
$override string null Use this URL instead of any other.
$component string null Name of component to get Help (null for current component)
  • Returns string
  • Defined on line 37 of libraries/joomla/html/toolbar/button/help.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JButtonHelp::fetchButton [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />