API17

Difference between revisions of "JHtmlContentLanguage"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/html/contentlanguage.php
 
libraries/joomla/html/html/contentlanguage.php
 +
* see source code in [[jplatform:html/html/contentlanguage.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
[[Subpackage Html/11.1|Html]]
Line 23: Line 24:
 
<source lang="php">jimport( 'joomla.html.html.contentlanguage' );</source>
 
<source lang="php">jimport( 'joomla.html.html.contentlanguage' );</source>
 
===See also===
 
===See also===
 +
* JHtmlContentLanguage source code in [[jplatform:html/html/contentlanguage.php|BitBucket]]
 
* [[JHtmlContentLanguage|Other versions of this class]]
 
* [[JHtmlContentLanguage|Other versions of this class]]
 
{{SeeAlso:JHtmlContentLanguage}}
 
{{SeeAlso:JHtmlContentLanguage}}

Revision as of 17:57, 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.

[Edit Descripton] Template:Description:JHtmlContentLanguage

Defined in[edit]

libraries/joomla/html/html/contentlanguage.php

Subpackage[edit]

Html

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
existing Get a list of the available content language items.

Importing[edit]

jimport( 'joomla.html.html.contentlanguage' );

See also[edit]

Template:SeeAlso:JHtmlContentLanguage [Edit See Also]

Examples[edit]

<CodeExamplesForm />