JLanguage::parseXMLLanguageFile: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
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
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 (line 1177)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JLanguage::parseXMLLanguageFile
Examples
<CodeExamplesForm />