WebAPI for the sandbox feature of Translate. More...
Public Member Functions | |
execute () | |
mustBePosted () | |
isWriteMode () | |
needsToken () | |
getTokenSalt () | |
getAllowedParams () | |
getParamDescription () | |
getDescription () | |
getVersion () | |
Static Public Member Functions | |
static | getToken () |
static | injectTokenFunction (&$list) |
Protected Member Functions | |
doCreate () | |
doDelete () | |
doPromote () | |
doRemind () |
WebAPI for the sandbox feature of Translate.
Definition at line 14 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::doCreate | ( | ) | [protected] |
Definition at line 39 of file ApiTranslateSandbox.php.
Referenced by execute().
ApiTranslateSandbox::doDelete | ( | ) | [protected] |
Definition at line 78 of file ApiTranslateSandbox.php.
Referenced by execute().
ApiTranslateSandbox::doPromote | ( | ) | [protected] |
Definition at line 96 of file ApiTranslateSandbox.php.
Referenced by execute().
ApiTranslateSandbox::doRemind | ( | ) | [protected] |
Definition at line 114 of file ApiTranslateSandbox.php.
Referenced by execute().
ApiTranslateSandbox::execute | ( | ) |
ApiTranslateSandbox::getAllowedParams | ( | ) |
Definition at line 157 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::getDescription | ( | ) |
Definition at line 195 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::getParamDescription | ( | ) |
static ApiTranslateSandbox::getToken | ( | ) | [static] |
Definition at line 151 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::getTokenSalt | ( | ) |
Definition at line 147 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::getVersion | ( | ) |
Definition at line 206 of file ApiTranslateSandbox.php.
static ApiTranslateSandbox::injectTokenFunction | ( | &$ | list | ) | [static] |
Definition at line 199 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::isWriteMode | ( | ) |
Definition at line 139 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::mustBePosted | ( | ) |
Definition at line 135 of file ApiTranslateSandbox.php.
ApiTranslateSandbox::needsToken | ( | ) |
Definition at line 143 of file ApiTranslateSandbox.php.