Special page for new users to translate example messages. More...
Public Member Functions | |
__construct () | |
execute ($params) | |
Protected Member Functions | |
hasPermissionToUse () | |
Checks that the user is in the sandbox. | |
showPage () | |
Generates the whole page html and appends it to output. | |
getMessageTable () | |
tuxLanguageSelector () | |
getSourceLanguage () | |
Returns the source language for messages. | |
getTargetLanguage () | |
Returns the default target language for messages. | |
Protected Attributes | |
$stash | |
< |
Special page for new users to translate example messages.
Definition at line 15 of file SpecialTranslationStash.php.
SpecialTranslationStash::__construct | ( | ) |
Definition at line 19 of file SpecialTranslationStash.php.
SpecialTranslationStash::execute | ( | $ | params | ) |
Definition at line 23 of file SpecialTranslationStash.php.
SpecialTranslationStash::getMessageTable | ( | ) | [protected] |
Definition at line 114 of file SpecialTranslationStash.php.
Referenced by showPage().
SpecialTranslationStash::getSourceLanguage | ( | ) | [protected] |
Returns the source language for messages.
Definition at line 160 of file SpecialTranslationStash.php.
Referenced by getMessageTable(), and getTargetLanguage().
SpecialTranslationStash::getTargetLanguage | ( | ) | [protected] |
Returns the default target language for messages.
Definition at line 169 of file SpecialTranslationStash.php.
Referenced by getMessageTable(), and tuxLanguageSelector().
SpecialTranslationStash::hasPermissionToUse | ( | ) | [protected] |
Checks that the user is in the sandbox.
Also handles special overrides mainly used for integration testing.
Definition at line 48 of file SpecialTranslationStash.php.
Referenced by execute().
SpecialTranslationStash::showPage | ( | ) | [protected] |
Generates the whole page html and appends it to output.
Definition at line 77 of file SpecialTranslationStash.php.
Referenced by execute().
SpecialTranslationStash::tuxLanguageSelector | ( | ) | [protected] |
Definition at line 129 of file SpecialTranslationStash.php.
Referenced by showPage().
SpecialTranslationStash::$stash [protected] |