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


Public Member Functions | |
| __construct () | |
| execute ($par) | |
| Default execute method Checks user permissions, calls the function given in mFunction. | |
| showForm ($title) | |
A special page that redirects to the URL of a given file.
Definition at line 29 of file SpecialFilepath.php.
Definition at line 31 of file SpecialFilepath.php.
| SpecialFilepath::execute | ( | $ | par | ) |
Default execute method Checks user permissions, calls the function given in mFunction.
This must be overridden by subclasses; it will be made abstract in a future version
| $par | String subpage string, if one was specified |
Reimplemented from SpecialPage.
Definition at line 35 of file SpecialFilepath.php.
References $file, $title, $url, SpecialPage\getOutput(), SpecialPage\getRequest(), Title\newFromText(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), showForm(), and wfFindFile().

| SpecialFilepath::showForm | ( | $ | title | ) |
| $title | Title |
Definition at line 75 of file SpecialFilepath.php.
References $title, $wgScript, Html\closeElement(), Html\element(), SpecialPage\getOutput(), SpecialPage\getTitle(), Html\hidden(), Xml\inputLabel(), Html\openElement(), Xml\submitButton(), and wfMsg().
Referenced by execute().

