API16

API16:JElement/fetchElement

From Joomla! Documentation

[Edit Descripton]

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 />