API17:JLanguage::parseXMLLanguageFile
From Joomla! Documentation
(Difference between revisions)
(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 20:54, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLanguage::parseXMLLanguageFile
Description
Parse XML file for language information.
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
SeeAlso:JLanguage::parseXMLLanguageFile
Examples
<CodeExamplesForm />
