MediaWiki
REL1_24
|
An error page which can definitely be safely rendered using the OutputPage. More...
Public Member Functions | |
__construct ($title, $msg, $params=array()) | |
Note: these arguments are keys into wfMessage(), not text! | |
report () | |
Output a report about the exception and takes care of formatting. | |
Public Attributes | |
$msg | |
$params | |
$title |
An error page which can definitely be safely rendered using the OutputPage.
Definition at line 27 of file ErrorPageError.php.
ErrorPageError::__construct | ( | $ | title, |
$ | msg, | ||
$ | params = array() |
||
) |
Note: these arguments are keys into wfMessage(), not text!
string | Message | $title | Message key (string) for page title, or a Message object |
string | Message | $msg | Message key (string) for error text, or a Message object |
array | $params | Array with parameters to wfMessage() |
Reimplemented in UserNotLoggedIn.
Definition at line 37 of file ErrorPageError.php.
References $msg, $params, $title, MWException\msg(), title, and wfMessage().
Output a report about the exception and takes care of formatting.
It will be either HTML or plain text based on isCommandLine().
Reimplemented from MWException.
Reimplemented in UserNotLoggedIn, PermissionsError, BadTitleError, and ThrottledError.
Definition at line 55 of file ErrorPageError.php.
References $wgOut, global, MWException\msg(), and title.
ErrorPageError::$msg |
Definition at line 28 of file ErrorPageError.php.
Referenced by BadTitleError\__construct(), and __construct().
ErrorPageError::$params |
Definition at line 28 of file ErrorPageError.php.
Referenced by UserBlockedError\__construct(), BadTitleError\__construct(), __construct(), and UserNotLoggedIn\__construct().
ErrorPageError::$title |
Definition at line 28 of file ErrorPageError.php.
Referenced by __construct().