Inherits UnlistedSpecialPage.
Public Member Functions | |
__construct () | |
getRedirect ($subpage) | |
If the special page is a redirect, then get the Title object it redirects to. |
This can let us cache a single copy of any generated content for all users. Shortcut to construct a special page pointing to current user user's page.
Definition at line 905 of file SpecialPage.php.
SpecialMypage::__construct | ( | ) |
Definition at line 906 of file SpecialPage.php.
SpecialMypage::getRedirect | ( | $ | subpage | ) |
If the special page is a redirect, then get the Title object it redirects to.
False otherwise.
Reimplemented from SpecialPage.
Definition at line 911 of file SpecialPage.php.
References $wgUser, and Title::makeTitle().