|
MediaWiki
REL1_23
|
A special page that redirects to the URL of a given file. More...


Public Member Functions | |
| __construct () | |
| getRedirect ($par) | |
| If the special page is a redirect, then get the Title object it redirects to. | |
Protected Member Functions | |
| getGroupName () | |
| Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. | |
A special page that redirects to the URL of a given file.
Definition at line 30 of file SpecialFilepath.php.
Definition at line 31 of file SpecialFilepath.php.
References array().
| SpecialFilepath::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 43 of file SpecialFilepath.php.
| SpecialFilepath::getRedirect | ( | $ | par | ) |
If the special page is a redirect, then get the Title object it redirects to.
False otherwise.
| string | $par | Subpage string |
Reimplemented from RedirectSpecialPage.
Definition at line 37 of file SpecialFilepath.php.
References $file, SpecialPage\getRequest(), and SpecialPage\getSafeTitleFor().