API15

JElement/fetchElement: Difference between revisions

From Joomla! Documentation

m removing red link to edit, no existant pages
m preparing for archive only
 
Line 49: Line 49:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=fetchElement
  category=fetchElement
  category=JElement
  category=JElement
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*

Latest revision as of 00:33, 25 March 2017

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

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;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples