API17

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.  


{{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-1178|BitBucket]]
* {{JVer|11.1}} '''JLanguage::_parseXMLLanguageFile source code''' on [[jplatform:language/language.php#cl-1178|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=*
Line 47: Line 43:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::_parseXMLLanguageFile]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:21, 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 1186 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples