API15:JElement/fetchElement
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Description:JElement/fetchElement
Contents |
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
function fetchElement($name, $value, &$xmlElement, $control_name) { return; }
[Edit See Also] SeeAlso:JElement/fetchElement
Examples
<CodeExamplesForm />
