API17

JLanguage::parseXMLLanguageFile: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Parse XML file for language information.  
Parse XML file for language information.  


{{Description:JLanguage::parseXMLLanguageFile}}
{{subst:Description:JLanguage::parseXMLLanguageFile}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JLanguage::parseXMLLanguageFile|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public static function parseXMLLanguageFile ($path)
public static function parseXMLLanguageFile ($path)
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* [[API17:JLanguage::parseXMLLanguageFile|Other versions of JLanguage::parseXMLLanguageFile]]
* [[API17:JLanguage::parseXMLLanguageFile|Other versions of JLanguage::parseXMLLanguageFile]]
{{SeeAlso:JLanguage::parseXMLLanguageFile}}
{{subst:SeeAlso:JLanguage::parseXMLLanguageFile}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLanguage::parseXMLLanguageFile|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:48, 24 March 2017

Joomla 11.1 JLanguage::parseXMLLanguageFile

Description

Parse XML file for language information.

{{subst:Description:JLanguage::parseXMLLanguageFile}}

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 1199 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JLanguage::parseXMLLanguageFile}}

User contributed notes

<CodeExamplesForm />