API17

Difference between revisions of "JElementLanguages"

From Joomla! Documentation

m (JoomlaWikiBot moved page JElementLanguages/11.1 to API17:JElementLanguages without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JElementLanguages::fetchElement/11.1|fetchElement]]
+
|[[API17:JElementLanguages::fetchElement|fetchElement]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/parameter/element/languages.php
 
* '''Defined in''' libraries/joomla/html/parameter/element/languages.php
* '''Extends''' [[JElement/11.1|JElement]]
+
* '''Extends''' [[API17:JElement|JElement]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.parameter.element.languages' );</source>
 
<source lang="php">jimport( 'joomla.html.parameter.element.languages' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JElementLanguages source code''' on [[jplatform:html/parameter/element/languages.php|BitBucket]]
 
* {{JVer|11.1}} '''JElementLanguages source code''' on [[jplatform:html/parameter/element/languages.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JElementLanguages|Other versions of JElementLanguages]]
+
* [[API17:JElementLanguages|Other versions of JElementLanguages]]
 
{{SeeAlso:JElementLanguages}}
 
{{SeeAlso:JElementLanguages}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JElementLanguages]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:33, 11 May 2013

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 JElementLanguages[edit]

Description[edit]

Template:Description:JElementLanguages [Edit Descripton]

Methods[edit]

Visibility Method name Description
public fetchElement
  • Defined in libraries/joomla/html/parameter/element/languages.php
  • Extends JElement

Importing[edit]

jimport( 'joomla.html.parameter.element.languages' );

See also[edit]

Template:SeeAlso:JElementLanguages [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />