API17

JLanguage::parseXMLLanguageFile: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m preparing for archive only
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
Parse XML file for language information.  
Parse XML file for language information.  


{{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 29: Line 27:
===See also===
===See also===
* {{JVer|11.1}} '''JLanguage::parseXMLLanguageFile source code''' on [[jplatform:language/language.php#cl-1191|BitBucket]]
* {{JVer|11.1}} '''JLanguage::parseXMLLanguageFile source code''' on [[jplatform:language/language.php#cl-1191|BitBucket]]
* {{JVer|11.1}} Class [[JLanguage/11.1|JLanguage]]
* {{JVer|11.1}} Class [[API17:JLanguage|JLanguage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Language/11.1|Language]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* [[JLanguage::parseXMLLanguageFile|Other versions of JLanguage::parseXMLLanguageFile]]
* [[API17:JLanguage::parseXMLLanguageFile|Other versions of JLanguage::parseXMLLanguageFile]]
{{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 />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JLanguage::parseXMLLanguageFile
category=JLanguage::parseXMLLanguageFile
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:22, 25 March 2017

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

See also


User contributed notes

Code Examples