API17:JLanguage:: parseXMLLanguageFile
From Joomla! Documentation
JLanguage::_parseXMLLanguageFile
Description
Parse XML file for language information.
Template:Description:JLanguage:: parseXMLLanguageFile [Edit Descripton]
Since
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
Referenced by
See also
Template:SeeAlso:JLanguage:: parseXMLLanguageFile
Examples
<CodeExamplesForm />