API17

JLanguage::getErrorFiles: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JLanguage->getErrorFiles ()
public JLanguage::getErrorFiles ()
</source>
</source>
===Returns===
===Returns===
array
array
===Defined in===
===Defined in===
libraries/joomla/language/language.php
libraries/joomla/language/language.php (line 866)
* see source code in [[jplatform:language/language.php#cl-866|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:52, 24 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]

Since

Joomla 11.1

Synopsis

public JLanguage::getErrorFiles ()

Returns

array

Defined in

libraries/joomla/language/language.php (line 866)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JLanguage::getErrorFiles

Examples

<CodeExamplesForm />