Special page for managing sandboxed users. More...
Public Member Functions | |
__construct () | |
execute ($params) | |
Protected Member Functions | |
showPage () | |
Generates the whole page html and appends it to output. | |
makeFilter () | |
makeSearchBox () | |
makeList () | |
makeRequestItem (User $user) |
Special page for managing sandboxed users.
Definition at line 15 of file SpecialTranslateSandbox.php.
SpecialTranslateSandbox::__construct | ( | ) |
Definition at line 16 of file SpecialTranslateSandbox.php.
SpecialTranslateSandbox::execute | ( | $ | params | ) |
Definition at line 21 of file SpecialTranslateSandbox.php.
SpecialTranslateSandbox::makeFilter | ( | ) | [protected] |
Definition at line 49 of file SpecialTranslateSandbox.php.
Referenced by showPage().
SpecialTranslateSandbox::makeList | ( | ) | [protected] |
Definition at line 61 of file SpecialTranslateSandbox.php.
Referenced by showPage().
SpecialTranslateSandbox::makeRequestItem | ( | User $ | user | ) | [protected] |
Definition at line 89 of file SpecialTranslateSandbox.php.
Referenced by makeList().
SpecialTranslateSandbox::makeSearchBox | ( | ) | [protected] |
Definition at line 53 of file SpecialTranslateSandbox.php.
Referenced by showPage().
SpecialTranslateSandbox::showPage | ( | ) | [protected] |
Generates the whole page html and appends it to output.
Definition at line 32 of file SpecialTranslateSandbox.php.
Referenced by execute().