API17

Difference between revisions of "JElementHidden::fetchTooltip"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
  
  
{{Description:JElementHidden::fetchTooltip}}
+
{{subst:Description:JElementHidden::fetchTooltip}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JElementHidden::fetchTooltip|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function fetchTooltip (
 
public function fetchTooltip (
Line 57: Line 55:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
 
* [[API17:JElementHidden::fetchTooltip|Other versions of JElementHidden::fetchTooltip]]
 
* [[API17:JElementHidden::fetchTooltip|Other versions of JElementHidden::fetchTooltip]]
{{SeeAlso:JElementHidden::fetchTooltip}}
+
{{subst:SeeAlso:JElementHidden::fetchTooltip}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JElementHidden::fetchTooltip|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:22, 24 March 2017

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 JElementHidden::fetchTooltip[edit]

Description[edit]

{{subst:Description:JElementHidden::fetchTooltip}}

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

See also[edit]

{{subst:SeeAlso:JElementHidden::fetchTooltip}}

User contributed notes[edit]

<CodeExamplesForm />