A content handler knows how do deal with a specific type of content on a wiki page.
Content object implementation representing unknown content.
makeEmptyContent()
Creates an empty UnknownContent object.
Interface for objects which can provide a MediaWiki context on request.
Base interface for content objects.
__construct( $modelId, $formats=null)
Constructs an UnknownContentHandler.
getModelID()
Returns the model id that identifies the content model this ContentHandler can handle.
unserializeContent( $blob, $format=null)
Constructs an UnknownContent instance wrapping the given data.
getSlotDiffRendererInternal(IContextSource $context)
serializeContent(Content $content, $format=null)
Returns the content's data as-is.
Content handler implementation for unknown content.