API17

Difference between revisions of "JElementCalendar::fetchElement"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JElementCalendar->fetchElement ($name, $value, &$node, $control_name)
+
public JElementCalendar::fetchElement ($name, $value, &$node, $control_name)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 43: Line 43:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/html/parameter/element/calendar.php
+
libraries/joomla/html/parameter/element/calendar.php (line 29)
 +
* see source code in [[jplatform:html/parameter/element/calendar.php#cl-29|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:24, 23 April 2011

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

Joomla 11.1 JElementCalendar::fetchElement[edit]

Description[edit]

Template:Description:JElementCalendar::fetchElement [Edit Descripton]

Synopsis[edit]

public JElementCalendar::fetchElement ($name, $value, &$node, $control_name)
Parameter Type Default Description
$name
$value
&$node
$control_name

Returns[edit]

Defined in[edit]

libraries/joomla/html/parameter/element/calendar.php (line 29)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JElementCalendar::fetchElement

Examples[edit]

<CodeExamplesForm />