MediaWiki REL1_40
|
Classes | |
class | CommentBatch |
This class provides a fluent interface for formatting a batch of comments. More... | |
class | CommentFormatter |
This is the main service interface for converting single-line comments from various DB comment fields into HTML. More... | |
class | CommentItem |
An object to represent one of the inputs to a batch formatting operation. More... | |
class | CommentParser |
The text processing backend for CommentFormatter. More... | |
class | CommentParserFactory |
class | RevisionCommentBatch |
Fluent interface for revision comment batch inputs. More... | |
class | RowCommentFormatter |
This is basically a CommentFormatter with a CommentStore dependency, allowing it to retrieve comment texts directly from database result wrappers. More... | |
class | RowCommentIterator |
An adaptor which converts a row iterator into a CommentItem iterator for batch formatting. More... | |
class | StringCommentIterator |
An adaptor which converts an array of strings to an iterator of CommentItem objects. More... | |