A content handler knows how do deal with a specific type of content on a wiki page.
unserializeContent( $blob, $format=null)
serializeContent(Content $content, $format=null)
makeEmptyContent()
Creates an empty Content object of the type supported by this ContentHandler.
Base interface for content objects.
serialize( $format=null)
Convenience method for serializing this Content object.