API15

Difference between revisions of "JElement/fetchElement"

From Joomla! Documentation

< API15:JElement
(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JElement/fetchElem...)
 
Line 23: Line 23:
 
|   
 
|   
 
|-
 
|-
|  
+
| &$xmlElement
 
|  
 
|  
 
|   
 
|   

Revision as of 12:37, 25 March 2010

The "API15" 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.

[Edit Descripton]

Template:Description:JElement/fetchElement

Syntax[edit]

fetchElement($name, $value, &$xmlElement, $control_name)
Parameter Name Default Value Description
$name
$value
&$xmlElement
$control_name

Defined in[edit]

libraries/joomla/html/parameter/element.php

Importing[edit]

jimport( 'joomla.html.parameter.element' );

Source Body[edit]

function fetchElement($name, $value, &$xmlElement, $control_name) {
        return;
}

[Edit See Also] Template:SeeAlso:JElement/fetchElement

Examples[edit]

<CodeExamplesForm />