API17

Difference between revisions of "JElementSpacer::fetchElement"

From Joomla! Documentation

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

Revision as of 20:51, 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 JElementSpacer::fetchElement[edit]

Description[edit]

Template:Description:JElementSpacer::fetchElement [Edit Descripton]

public function fetchElement (
        $name
        $value
        &$node
        $control_name
)
Parameter Type Default Description
$name
$value
&$node
$control_name
  • Returns
  • Defined on line 35 of libraries/joomla/html/parameter/element/spacer.php

See also[edit]

Template:SeeAlso:JElementSpacer::fetchElement [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />