Implements a special page which assists users to become translators. More...
Public Member Functions | |
__construct () | |
execute ($params) | |
Protected Member Functions | |
showSignup ($step) | |
showSettings ($step) | |
getHelpers (User $user, $code) | |
showUserpage ($step) | |
showPermissions ($step) | |
showTarget ($step) | |
showEmail ($step) | |
getHeader ($msg, $options= '') | |
Creates a header for step in Special:FirstSteps. | |
Static Protected Member Functions | |
static | wrap ($tag, $content) |
static | wrapRow ($content) |
Implements a special page which assists users to become translators.
Currently it is tailored for the needs of translatewiki.net
Definition at line 19 of file SpecialFirstSteps.php.
SpecialFirstSteps::__construct | ( | ) |
Definition at line 20 of file SpecialFirstSteps.php.
SpecialFirstSteps::execute | ( | $ | params | ) |
SpecialFirstSteps::getHeader | ( | $ | msg, | |
$ | options = '' | |||
) | [protected] |
Creates a header for step in Special:FirstSteps.
$msg | string Message key | |
$options | string Either inactive, pending or done |
Definition at line 460 of file SpecialFirstSteps.php.
Referenced by showEmail(), showPermissions(), showSettings(), showSignup(), showTarget(), and showUserpage().
SpecialFirstSteps::getHelpers | ( | User $ | user, | |
$ | code | |||
) | [protected] |
Definition at line 179 of file SpecialFirstSteps.php.
Referenced by showSettings().
SpecialFirstSteps::showEmail | ( | $ | step | ) | [protected] |
Definition at line 430 of file SpecialFirstSteps.php.
Referenced by execute().
SpecialFirstSteps::showPermissions | ( | $ | step | ) | [protected] |
Definition at line 328 of file SpecialFirstSteps.php.
Referenced by execute().
SpecialFirstSteps::showSettings | ( | $ | step | ) | [protected] |
Definition at line 75 of file SpecialFirstSteps.php.
Referenced by execute().
SpecialFirstSteps::showSignup | ( | $ | step | ) | [protected] |
$step | string |
Definition at line 50 of file SpecialFirstSteps.php.
Referenced by execute().
SpecialFirstSteps::showTarget | ( | $ | step | ) | [protected] |
Definition at line 413 of file SpecialFirstSteps.php.
Referenced by execute().
SpecialFirstSteps::showUserpage | ( | $ | step | ) | [protected] |
Definition at line 195 of file SpecialFirstSteps.php.
Referenced by execute().
static SpecialFirstSteps::wrap | ( | $ | tag, | |
$ | content | |||
) | [static, protected] |
Definition at line 171 of file SpecialFirstSteps.php.
Referenced by showSettings().
static SpecialFirstSteps::wrapRow | ( | $ | content | ) | [static, protected] |
Definition at line 175 of file SpecialFirstSteps.php.