JLanguage:: parseXMLLanguageFile: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JLanguage:: parseXMLLanguageFile/11.1 to API17:JLanguage:: parseXMLLanguageFile without leaving a redirect: Robot: Moved page |
m preparing for archive only |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
Parse XML file for language information. | Parse XML file for language information. | ||
<source lang="php"> | <source lang="php"> | ||
public static function _parseXMLLanguageFile ($path) | public static function _parseXMLLanguageFile ($path) | ||
| Line 29: | Line 27: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JLanguage::_parseXMLLanguageFile source code''' on [[jplatform:language/language.php#cl-1178|BitBucket]] | * {{JVer|11.1}} '''JLanguage::_parseXMLLanguageFile source code''' on [[jplatform:language/language.php#cl-1178|BitBucket]] | ||
* {{JVer|11.1}} Class [[JLanguage | * {{JVer|11.1}} Class [[API17:JLanguage|JLanguage]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Language | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]] | ||
* [[JLanguage::_parseXMLLanguageFile|Other versions of JLanguage::_parseXMLLanguageFile]] | * [[API17:JLanguage::_parseXMLLanguageFile|Other versions of JLanguage::_parseXMLLanguageFile]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JLanguage::_parseXMLLanguageFile | category=JLanguage::_parseXMLLanguageFile | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| Line 47: | Line 43: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:21, 25 March 2017
JLanguage::_parseXMLLanguageFile
Description
Parse XML file for language information.
public static function _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 on line 1186 of libraries/joomla/language/language.php
- Since

See also
JLanguage::_parseXMLLanguageFile source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::_parseXMLLanguageFile
User contributed notes
Code Examples