MediaWiki
REL1_24
|
Show an error page on a badtitle. More...
Public Member Functions | |
__construct ($msg= 'badtitletext', $params=array()) | |
report () | |
Just like ErrorPageError::report() but additionally set a 400 HTTP status code (bug 33646). |
Show an error page on a badtitle.
Similar to ErrorPage, but emit a 400 HTTP error code to let mobile browser it is not really a valid content.
Definition at line 29 of file BadTitleError.php.
BadTitleError::__construct | ( | $ | msg = 'badtitletext' , |
$ | params = array() |
||
) |
string | Message | $msg | A message key (default: 'badtitletext') |
array | $params | Parameter to wfMessage() |
Definition at line 34 of file BadTitleError.php.
References ErrorPageError\$msg, and ErrorPageError\$params.
Just like ErrorPageError::report() but additionally set a 400 HTTP status code (bug 33646).
Reimplemented from ErrorPageError.
Definition at line 42 of file BadTitleError.php.
References $wgOut, and global.
Referenced by BadTitleErrorTest\testExceptionSetsStatusCode().