API17

JLanguage::getErrorFiles: 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::getErrorFiles|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JLanguage::getErrorFiles|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JLanguage::getErrorFiles ()
public function getErrorFiles ()
</source>
</source>
===Returns===
* '''Returns''' array
array
* '''Defined''' on line 882 of libraries/joomla/language/language.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/language/language.php (line 866)
* see source code in [[jplatform:language/language.php#cl-866|BitBucket]]
===Referenced by===
===See also===
===See also===
* {{JVer|11.1}} '''JLanguage::getErrorFiles source code''' on [[jplatform:language/language.php#cl-874|BitBucket]]
* {{JVer|11.1}} Class [[JLanguage/11.1|JLanguage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Language/11.1|Language]]
* [[JLanguage::getErrorFiles|Other versions of JLanguage::getErrorFiles]]
{{SeeAlso:JLanguage::getErrorFiles}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JLanguage::getErrorFiles|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JLanguage::getErrorFiles|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
* [[JLanguage/11.1|JLanguage]]
===User contributed notes===
* [[JLanguage::getErrorFiles|Other versions of this method]]
{{SeeAlso:JLanguage::getErrorFiles}}
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 35: Line 31:
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::getErrorFiles]]</noinclude>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::getErrorFiles]]</noinclude>

Revision as of 02:17, 28 April 2011

Joomla 11.1 JLanguage::getErrorFiles

Description

Get a list of language files that are in error state.

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

public function getErrorFiles ()
  • Returns array
  • Defined on line 882 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />