MediaWiki REL1_37
|
The Comment store in MediaWiki is responsible for storing edit summaries, log action comments and other such short strings (referred to as "comments"). More...
Classes | |
class | CommentStore |
Handle database storage of comments such as edit summaries and log reasons. More... | |
class | CommentStoreComment |
Value object for a comment stored by CommentStore. More... | |
The Comment store in MediaWiki is responsible for storing edit summaries, log action comments and other such short strings (referred to as "comments").
The CommentStore class handles the database abstraction for reading and writing comments, which are represented by CommentStoreComment objects.
Data is internally stored in the comment
table.