API17

Difference between revisions of "JElementContentLanguages"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JElementContentLanguages==
 +
===Description===
 +
{{Description:JElementContentLanguages}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JElementContentLanguages|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JElementContentLanguages|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JElementContentLanguages}}
 
===Defined in===
 
libraries/joomla/html/parameter/element/contentlanguages.php
 
* see source code in [[jplatform:html/parameter/element/contentlanguages.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
[[JElementList/11.1|JElementList]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|protected
 
|[[JElementContentLanguages::_getOptions/11.1|_getOptions]]
 
|[[JElementContentLanguages::_getOptions/11.1|_getOptions]]
 
|Get the options for the element.  
 
|Get the options for the element.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/html/parameter/element/contentlanguages.php
 +
* '''Extends''' [[JElementList/11.1|JElementList]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.parameter.element.contentlanguages' );</source>
 
<source lang="php">jimport( 'joomla.html.parameter.element.contentlanguages' );</source>
 
===See also===
 
===See also===
* JElementContentLanguages source code in [[jplatform:html/parameter/element/contentlanguages.php|BitBucket]]
+
* {{JVer|11.1}} '''JElementContentLanguages source code''' on [[jplatform:html/parameter/element/contentlanguages.php|BitBucket]]
* [[JElementContentLanguages|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
 +
* [[JElementContentLanguages|Other versions of JElementContentLanguages]]
 
{{SeeAlso:JElementContentLanguages}}
 
{{SeeAlso:JElementContentLanguages}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JElementContentLanguages|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JElementContentLanguages|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 39: Line 38:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementContentLanguages]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementContentLanguages]]</noinclude>

Revision as of 17:59, 27 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 JElementContentLanguages[edit]

Description[edit]

Template:Description:JElementContentLanguages [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected _getOptions Get the options for the element.
  • Defined in libraries/joomla/html/parameter/element/contentlanguages.php
  • Extends JElementList

Importing[edit]

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

See also[edit]

Template:SeeAlso:JElementContentLanguages [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />