MediaWiki
REL1_19
|
SpecialMypage, SpecialMytalk and SpecialMycontributions special pages are used to get user independant links pointing to the user page, talk page and list of contributions. More...
Public Member Functions | |
__construct () | |
getRedirect ($subpage) | |
If the special page is a redirect, then get the Title object it redirects to. |
SpecialMypage, SpecialMytalk and SpecialMycontributions special pages are used to get user independant links pointing to the user page, talk page and list of contributions.
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 1082 of file SpecialPage.php.
Definition at line 1083 of file SpecialPage.php.
SpecialMypage::getRedirect | ( | $ | par | ) |
If the special page is a redirect, then get the Title object it redirects to.
False otherwise.
$par | String Subpage string |
Reimplemented from RedirectSpecialPage.
Definition at line 1091 of file SpecialPage.php.
References SpecialPage\getName(), SpecialPage\getUser(), and Title\makeTitle().