Base implementation for content objects.
Wrapper allowing us to handle a system message as a Content object.
getWikitextForTransclusion()
getMessage()
Returns the message object, with any parameters already substituted.
getParserOutput(Title $title, $revId=null, ParserOptions $options=null, $generateHtml=true)
getNativeData()
Returns the message object, with any parameters already substituted.
getHtml()
Fully parse the text from wikitext to HTML.
isCountable( $hasLinks=null)
getWikitext()
Returns the message text.
getTextForSummary( $maxlength=250)
__construct( $msg, $params=null)