API17

Difference between revisions of "JLanguage:: parseLanguageFiles"

From Joomla! Documentation

m (JoomlaWikiBot moved page JLanguage:: parseLanguageFiles/11.1 to API17:JLanguage:: parseLanguageFiles without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLanguage::_parseLanguageFiles source code''' on [[jplatform:language/language.php#cl-1101|BitBucket]]
 
* {{JVer|11.1}} '''JLanguage::_parseLanguageFiles source code''' on [[jplatform:language/language.php#cl-1101|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::_parseLanguageFiles|Other versions of JLanguage::_parseLanguageFiles]]
+
* [[API17:JLanguage::_parseLanguageFiles|Other versions of JLanguage::_parseLanguageFiles]]
 
{{SeeAlso:JLanguage::_parseLanguageFiles}}
 
{{SeeAlso:JLanguage::_parseLanguageFiles}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 47: Line 47:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::_parseLanguageFiles]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:05, 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 JLanguage::_parseLanguageFiles[edit]

Description[edit]

Searches for language directories within a certain base dir.

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

public static function _parseLanguageFiles ($dir=null)
Parameter Type Default Description
$dir string null directory of files
  • Returns array Array holding the found languages as filename => real name pairs
  • Defined on line 1109 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />