API17

JLanguage::parseXMLLanguageFile: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 30: Line 30:
array Array holding the found metadata as a key => value pair
array Array holding the found metadata as a key => value pair
===Defined in===
===Defined in===
libraries/joomla/language/language.php
libraries/joomla/language/language.php (line 1177)
* see source code in [[jplatform:language/language.php#cl-1177|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:54, 24 April 2011

Joomla 11.1 JLanguage::parseXMLLanguageFile

Description

Parse XML file for language information.

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

Since

Joomla 11.1

Synopsis

public static JLanguage::parseXMLLanguageFile ($path)
Parameter Type Default Description
$path string Path to the xml files

Returns

array Array holding the found metadata as a key => value pair

Defined in

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

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JLanguage::parseXMLLanguageFile

Examples

<CodeExamplesForm />