API17

JLanguage::parse: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Parses a language file.  
Parses a language file.  


{{Description:JLanguage::parse}}
{{subst:Description:JLanguage::parse}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JLanguage::parse|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
protected function parse ($filename)
protected function parse ($filename)
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* [[API17:JLanguage::parse|Other versions of JLanguage::parse]]
* [[API17:JLanguage::parse|Other versions of JLanguage::parse]]
{{SeeAlso:JLanguage::parse}}
{{subst:SeeAlso:JLanguage::parse}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLanguage::parse|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:48, 24 March 2017

Joomla 11.1 JLanguage::parse

Description

Parses a language file.

{{subst:Description:JLanguage::parse}}

protected function parse ($filename)
Parameter Type Default Description
$filename string The name of the file.
  • Returns array The array of parsed strings.
  • Defined on line 713 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JLanguage::parse}}

User contributed notes

<CodeExamplesForm />