API17

Difference between revisions of "JLanguageHelper::getLanguages"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
array of published languages
 
array of published languages
 
===Defined in===
 
===Defined in===
libraries/joomla/language/helper.php
+
libraries/joomla/language/helper.php (line 116)
 +
* see source code in [[jplatform:language/helper.php#cl-116|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:54, 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 JLanguageHelper::getLanguages[edit]

Description[edit]

Get available languages.

Template:Description:JLanguageHelper::getLanguages [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JLanguageHelper::getLanguages ($key='default')
Parameter Type Default Description
$key string 'default' array key

Returns[edit]

array of published languages

Defined in[edit]

libraries/joomla/language/helper.php (line 116)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLanguageHelper::getLanguages

Examples[edit]

<CodeExamplesForm />