Dummy translation aid that always errors. More...
Public Member Functions | |
getData () | |
Translation aid class should implement this function. |
Dummy translation aid that always errors.
Definition at line 17 of file UnsupportedTranslationAid.php.
UnsupportedTranslationAid::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.
TranslationHelperException | Used to signal unexpected errors to aid debugging |
Reimplemented from TranslationAid.
Definition at line 18 of file UnsupportedTranslationAid.php.