WebAPI module for storing translations for users who are in a sandbox. More...
Public Member Functions | |
execute () | |
isWriteMode () | |
getTokenSalt () | |
getAllowedParams () | |
getParamDescription () | |
getDescription () | |
getExamples () | |
getVersion () | |
Static Public Member Functions | |
static | getToken () |
static | injectTokenFunction (&$list) |
Protected Member Functions | |
formatTranslation (StashedTranslation $translation) |
WebAPI module for storing translations for users who are in a sandbox.
Access is controlled by hooks in TranslateSandbox class.
Definition at line 15 of file ApiTranslationStash.php.
ApiTranslationStash::execute | ( | ) |
ApiTranslationStash::formatTranslation | ( | StashedTranslation $ | translation | ) | [protected] |
Definition at line 68 of file ApiTranslationStash.php.
Referenced by execute().
ApiTranslationStash::getAllowedParams | ( | ) |
Definition at line 115 of file ApiTranslationStash.php.
ApiTranslationStash::getDescription | ( | ) |
Definition at line 155 of file ApiTranslationStash.php.
ApiTranslationStash::getExamples | ( | ) |
Definition at line 159 of file ApiTranslationStash.php.
ApiTranslationStash::getParamDescription | ( | ) |
static ApiTranslationStash::getToken | ( | ) | [static] |
Definition at line 103 of file ApiTranslationStash.php.
ApiTranslationStash::getTokenSalt | ( | ) |
Definition at line 99 of file ApiTranslationStash.php.
ApiTranslationStash::getVersion | ( | ) |
Definition at line 168 of file ApiTranslationStash.php.
static ApiTranslationStash::injectTokenFunction | ( | &$ | list | ) | [static] |
Definition at line 109 of file ApiTranslationStash.php.
ApiTranslationStash::isWriteMode | ( | ) |
Definition at line 95 of file ApiTranslationStash.php.