API17

Difference between revisions of "JApplicationHelper::parseXMLLangMetaFile"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::parseXMLLangMetaFile|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::parseXMLLangMetaFile|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JApplicationHelper::parseXMLLangMetaFile ($path)
+
public static function parseXMLLangMetaFile ($path)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 307 of libraries/joomla/application/helper.php
===Defined in===
 
libraries/joomla/application/helper.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JApplicationHelper::parseXMLLangMetaFile source code''' on [[jplatform:application/helper.php#cl-299|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JApplicationHelper|JApplicationHelper]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 +
* [[API17:JApplicationHelper::parseXMLLangMetaFile|Other versions of JApplicationHelper::parseXMLLangMetaFile]]
 +
{{SeeAlso:JApplicationHelper::parseXMLLangMetaFile}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::parseXMLLangMetaFile|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::parseXMLLangMetaFile|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JApplicationHelper/11.1|JApplicationHelper]]
+
===User contributed notes===
* [[JApplicationHelper::parseXMLLangMetaFile|Other versions of this method]]
 
{{SeeAlso:JApplicationHelper::parseXMLLangMetaFile}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 45: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JApplicationHelper]][[Category:JApplicationHelper::parseXMLLangMetaFile]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:43, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JApplicationHelper::parseXMLLangMetaFile[edit]

Description[edit]

Template:Description:JApplicationHelper::parseXMLLangMetaFile [Edit Descripton]

public static function parseXMLLangMetaFile ($path)
Parameter Type Default Description
$path
  • Returns
  • Defined on line 307 of libraries/joomla/application/helper.php

See also[edit]

Template:SeeAlso:JApplicationHelper::parseXMLLangMetaFile [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />