MediaWiki  REL1_19
BadTitleError Class Reference

Show an error page on a badtitle. More...

Inheritance diagram for BadTitleError:
Collaboration diagram for BadTitleError:

List of all members.

Public Member Functions

 __construct ($msg= 'badtitletext', $params=null)
 report ()
 Just like ErrorPageError::report() but additionally set a 400 HTTP status code (bug 33646).

Detailed Description

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 280 of file Exception.php.


Constructor & Destructor Documentation

BadTitleError::__construct ( msg = 'badtitletext',
params = null 
)
Parameters:
$msgstring A message key (default: 'badtitletext')
$paramsArray parameter to wfMsg()

Definition at line 286 of file Exception.php.

References ErrorPageError\$msg, and ErrorPageError\$params.


Member Function Documentation

Just like ErrorPageError::report() but additionally set a 400 HTTP status code (bug 33646).

Reimplemented from ErrorPageError.

Definition at line 294 of file Exception.php.

References $wgOut.


The documentation for this class was generated from the following file: