MediaWiki master
CommentStore

Classes

class  MediaWiki\CommentStore\CommentStore
 Handle database storage of comments such as edit summaries and log reasons. More...
 
class  MediaWiki\CommentStore\CommentStoreComment
 Value object for a comment stored by CommentStore. More...
 

Detailed Description

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.