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