JLanguage::getErrorFiles: Difference between revisions
From Joomla! Documentation
Layout updates |
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> | ||
<source lang="php"> | <source lang="php"> | ||
public | public function getErrorFiles () | ||
</source> | </source> | ||
* '''Returns''' array | |||
array | * '''Defined''' on line 882 of libraries/joomla/language/language.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/language/language.php | |||
* | |||
===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> | ||
===User contributed notes=== | |||
=== | |||
<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
JLanguage::getErrorFiles
Description
Get a list of language files that are in error state.
Template:Description:JLanguage::getErrorFiles [Edit Descripton]
public function getErrorFiles ()
See also
JLanguage::getErrorFiles source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::getErrorFiles
Template:SeeAlso:JLanguage::getErrorFiles [Edit See Also]
User contributed notes
<CodeExamplesForm />