MediaWiki REL1_39
|
MalformedTitleException is thrown when a TitleParser is unable to parse a title string. More...
Public Member Functions | |
__construct ( $errorMessage, $titleText=null, $errorMessageParameters=[]) | |
getErrorMessage () | |
getErrorMessageParameters () | |
getMessageObject () | |
getTitleText () | |
MalformedTitleException is thrown when a TitleParser is unable to parse a title string.
Definition at line 26 of file MalformedTitleException.php.
MalformedTitleException::__construct | ( | $errorMessage, | |
$titleText = null, | |||
$errorMessageParameters = [] ) |
string | $errorMessage | Localisation message describing the error (since MW 1.26) |
string | null | $titleText | The invalid title text (since MW 1.26) |
array | $errorMessageParameters | Additional parameters for the error message. $titleText will be appended if it's not null. (since MW 1.26) |
Definition at line 42 of file MalformedTitleException.php.
References wfEscapeWikiText(), and wfMessage().
MalformedTitleException::getErrorMessage | ( | ) |
Definition at line 70 of file MalformedTitleException.php.
Referenced by getMessageObject(), and HTMLTitleTextField\validate().
MalformedTitleException::getErrorMessageParameters | ( | ) |
Definition at line 78 of file MalformedTitleException.php.
Referenced by getMessageObject(), and HTMLTitleTextField\validate().
MalformedTitleException::getMessageObject | ( | ) |
Implements ILocalizedException.
Definition at line 86 of file MalformedTitleException.php.
References getErrorMessage(), getErrorMessageParameters(), and wfMessage().
Referenced by SpecialRedirect\dispatchFile(), SpecialRedirectWithAction\onFormSubmit(), and SpecialPageLanguage\onSubmit().
MalformedTitleException::getTitleText | ( | ) |