API17

Difference between revisions of "JLanguage::parseXMLLanguageFiles"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
array Array holding the found languages as filename => metadata array
 
array Array holding the found languages as filename => metadata array
 
===Defined in===
 
===Defined in===
libraries/joomla/language/language.php
+
libraries/joomla/language/language.php (line 1137)
 +
* see source code in [[jplatform:language/language.php#cl-1137|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 JLanguage::parseXMLLanguageFiles[edit]

Description[edit]

Parses XML files for language information.

Template:Description:JLanguage::parseXMLLanguageFiles [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JLanguage::parseXMLLanguageFiles ($dir=null)
Parameter Type Default Description
$dir string null Directory of files

Returns[edit]

array Array holding the found languages as filename => metadata array

Defined in[edit]

libraries/joomla/language/language.php (line 1137)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLanguage::parseXMLLanguageFiles

Examples[edit]

<CodeExamplesForm />