MediaWiki
1.23.2
|
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). More... | |
Public Member Functions inherited from ErrorPageError | |
__construct ( $title, $msg, $params=array()) | |
Note: these arguments are keys into wfMessage(), not text! More... | |
Public Member Functions inherited from MWException | |
getHTML () | |
If $wgShowExceptionDetails is true, return a HTML message with a backtrace to the error, otherwise show a message to ask to set it to true to show that information. More... | |
getLogId () | |
Get a the ID for this error. More... | |
getLogMessage () | |
Return the requested URL and point to file and line number from which the exception occurred. More... | |
getPageTitle () | |
Return the title of the page when reporting this error in a HTTP response. More... | |
getText () | |
Get the text to display when reporting the error on the command line. More... | |
isLoggable () | |
Whether to log this exception in the exception debug log. More... | |
msg ( $key, $fallback) | |
Get a message from i18n. More... | |
reportHTML () | |
Output the exception report using HTML. More... | |
runHooks ( $name, $args=array()) | |
Run hook to allow extensions to modify the text of the exception. More... | |
useMessageCache () | |
Can the extension use the Message class/wfMessage to get i18n-ed messages? More... | |
useOutputPage () | |
Should the exception use $wgOut to output the error? More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from MWException | |
static | isCommandLine () |
Check whether we are in command line mode or not to report the exception in the correct format. More... | |
Public Attributes inherited from ErrorPageError | |
$msg | |
$params | |
$title | |
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.
BadTitleError::report | ( | ) |
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.