JElement/fetchElement: Difference between revisions
From Joomla! Documentation
New page:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JElement/fetchElem... |
No edit summary |
||
Line 23: | Line 23: | ||
| | | | ||
|- | |- | ||
| | | &$xmlElement | ||
| | | | ||
| | | |
Revision as of 10:16, 30 March 2010
Template:Description:JElement/fetchElement
Syntax
fetchElement($name, $value, &$xmlElement, $control_name)
Parameter Name | Default Value | Description |
---|---|---|
$name | ||
$value | ||
&$xmlElement | ||
$control_name |
Defined in
libraries/joomla/html/parameter/element.php
Importing
jimport( 'joomla.html.parameter.element' );
Source Body
public function fetchElement($name, $value, &$xmlElement, $control_name)
{
}
[Edit See Also] Template:SeeAlso:JElement/fetchElement
Examples
<CodeExamplesForm />