Inherits UnlistedSpecialPage.
Public Member Functions | |
__construct ($name, $redirName, $redirSubpage=false, $redirectParams=array()) | |
getRedirect ($subpage) | |
If the special page is a redirect, then get the Title object it redirects to. | |
Public Attributes | |
$redirName | |
$redirSubpage |
Definition at line 875 of file SpecialPage.php.
SpecialRedirectToSpecial::__construct | ( | $ | name, | |
$ | redirName, | |||
$ | redirSubpage = false , |
|||
$ | redirectParams = array() | |||
) |
SpecialRedirectToSpecial::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 885 of file SpecialPage.php.
References SpecialPage::getTitleFor().
SpecialRedirectToSpecial::$redirName |
SpecialRedirectToSpecial::$redirSubpage |