API17

JLanguage::parseXMLLanguageFile: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 8: Line 8:
<nowiki>[</nowiki>[[Description:JLanguage::parseXMLLanguageFile|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JLanguage::parseXMLLanguageFile|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public static JLanguage::parseXMLLanguageFile ($path)
public static function parseXMLLanguageFile ($path)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 24: Line 21:
|string
|string
|
|
|Path to the xml files  
|Path to the xml files
|-
|-
|}
|}
===Returns===
* '''Returns''' array Array holding the found metadata as a key => value pair
array Array holding the found metadata as a key => value pair
* '''Defined''' on line 1199 of libraries/joomla/language/language.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/language/language.php (line 1177)
* see source code in [[jplatform:language/language.php#cl-1177|BitBucket]]
===Referenced by===
===See also===
===See also===
* {{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}} Subpackage [[Subpackage_Language/11.1|Language]]
* [[JLanguage::parseXMLLanguageFile|Other versions of JLanguage::parseXMLLanguageFile]]
{{SeeAlso:JLanguage::parseXMLLanguageFile}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JLanguage::parseXMLLanguageFile|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JLanguage::parseXMLLanguageFile|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
* [[JLanguage/11.1|JLanguage]]
===User contributed notes===
* [[JLanguage::parseXMLLanguageFile|Other versions of this method]]
{{SeeAlso:JLanguage::parseXMLLanguageFile}}
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 48: Line 44:
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::parseXMLLanguageFile]]</noinclude>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::parseXMLLanguageFile]]</noinclude>

Revision as of 02:18, 28 April 2011

Joomla 11.1 JLanguage::parseXMLLanguageFile

Description

Parse XML file for language information.

Template:Description:JLanguage::parseXMLLanguageFile [Edit Descripton]

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

Template:SeeAlso:JLanguage::parseXMLLanguageFile [Edit See Also]

User contributed notes

<CodeExamplesForm />