InOtherLanguagesAid Class Reference
[Translation Aids]

Translation aid which gives the "in other languages" suggestions. More...

Inheritance diagram for InOtherLanguagesAid:
Inheritance graph
[legend]
Collaboration diagram for InOtherLanguagesAid:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 getData ()
 Translation aid class should implement this function.

Protected Member Functions

 getFallbacks ($code)
 Get the languages for "in other languages".

Detailed Description

Translation aid which gives the "in other languages" suggestions.

Since:
2013-01-01

Definition at line 17 of file InOtherLanguagesAid.php.


Member Function Documentation

InOtherLanguagesAid::getData (  ) 

Translation aid class should implement this function.

Return value should be an array with keys and values. Because these are used in the MediaWiki API, lists (numeric keys) should have key '**' set to element name that describes the list values. For example if the translation aid provides translation suggestions, it would return an array which has key '**' set to 'suggestion' and then list of arrays, each containing fields for the information of the suggestions. See InOtherLanguagesAid for example.

Exceptions:
TranslationHelperException Used to signal unexpected errors to aid debugging
Returns:
array

Reimplemented from TranslationAid.

Definition at line 18 of file InOtherLanguagesAid.php.

Here is the call graph for this function:

InOtherLanguagesAid::getFallbacks ( code  )  [protected]

Get the languages for "in other languages".

That would be translation assistant languages with defined language fallbacks additionally.

Parameters:
string $code
Returns:
string[] List of language codes

Definition at line 53 of file InOtherLanguagesAid.php.

Referenced by getData().


The documentation for this class was generated from the following file:
Generated on Tue Oct 29 00:00:46 2013 for MediaWiki Translate Extension by  doxygen 1.6.3