This is the complete list of members for ApiErrorFormatter, including all inherited members.
$dummyTitle | ApiErrorFormatter | privatestatic |
$format | ApiErrorFormatter | protected |
$lang | ApiErrorFormatter | protected |
$result | ApiErrorFormatter | protected |
$useDB | ApiErrorFormatter | protected |
__construct(ApiResult $result, Language $lang, $format, $useDB=false) | ApiErrorFormatter | |
addError( $modulePath, $msg, $code=null, $data=null) | ApiErrorFormatter | |
addMessagesFromStatus( $modulePath, StatusValue $status, $types=[ 'warning', 'error']) | ApiErrorFormatter | |
addWarning( $modulePath, $msg, $code=null, $data=null) | ApiErrorFormatter | |
addWarningOrError( $tag, $modulePath, $msg) | ApiErrorFormatter | protected |
arrayFromStatus(StatusValue $status, $type='error', $format=null) | ApiErrorFormatter | |
formatException( $exception, array $options=[]) | ApiErrorFormatter | |
formatMessage( $msg, $format=null) | ApiErrorFormatter | |
formatMessageInternal( $msg, $format) | ApiErrorFormatter | protected |
formatRawMessage(MessageSpecifier $msg) | ApiErrorFormatter | private |
getDummyTitle() | ApiErrorFormatter | protected |
getLanguage() | ApiErrorFormatter | |
getMessageFromException( $exception, array $options=[]) | ApiErrorFormatter | |
stripMarkup( $text) | ApiErrorFormatter | static |