API17

Difference between revisions of "JElement::fetchTooltip"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JElement::fetchTooltip|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JElement::fetchTooltip|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JElement::fetchTooltip ($label, $description, &$xmlElement, $control_name='', $name='')
+
public function fetchTooltip (
 +
        $label
 +
        $description
 +
        &$xmlElement
 +
        $control_name=''
 +
        $name=''
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 45: Line 50:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 78 of libraries/joomla/html/parameter/element.php
===Defined in===
 
libraries/joomla/html/parameter/element.php (line 81)
 
* see source code in [[jplatform:html/parameter/element.php#cl-81|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JElement::fetchTooltip source code''' on [[jplatform:html/parameter/element.php#cl-70|BitBucket]]
 +
* {{JVer|11.1}} Class [[JElement/11.1|JElement]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JElement::fetchTooltip|Other versions of JElement::fetchTooltip]]
 +
{{SeeAlso:JElement::fetchTooltip}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JElement::fetchTooltip|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JElement::fetchTooltip|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JElement/11.1|JElement]]
+
===User contributed notes===
* [[JElement::fetchTooltip|Other versions of this method]]
 
{{SeeAlso:JElement::fetchTooltip}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 66: Line 69:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JElement]][[Category:JElement::fetchTooltip]]</noinclude>
 
<noinclude>[[Category:JElement]][[Category:JElement::fetchTooltip]]</noinclude>

Revision as of 20:50, 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 JElement::fetchTooltip[edit]

Description[edit]

Template:Description:JElement::fetchTooltip [Edit Descripton]

public function fetchTooltip (
        $label
        $description
        &$xmlElement
        $control_name=''
        $name=''
)
Parameter Type Default Description
$label
$description
&$xmlElement
$control_name
$name
  • Returns
  • Defined on line 78 of libraries/joomla/html/parameter/element.php

See also[edit]

Template:SeeAlso:JElement::fetchTooltip [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />