MediaWiki REL1_34
|
This is the complete list of members for CommentStore, including all inherited members.
$joinCache | CommentStore | protected |
$key | CommentStore | protected |
$lang | CommentStore | protected |
$stage | CommentStore | protected |
$tempTables | CommentStore | protected |
__construct(Language $lang, $stage) | CommentStore | |
COMMENT_CHARACTER_LIMIT | CommentStore | |
createComment(IDatabase $dbw, $comment, array $data=null) | CommentStore | |
decodeMessage( $data) | CommentStore | protectedstatic |
encodeMessage(Message $msg) | CommentStore | protectedstatic |
getComment( $key, $row=null, $fallback=false) | CommentStore | |
getCommentInternal(IDatabase $db=null, $key, $row, $fallback=false) | CommentStore | private |
getCommentLegacy(IDatabase $db, $key, $row=null, $fallback=false) | CommentStore | |
getFields( $key=null) | CommentStore | |
getJoin( $key=null) | CommentStore | |
getKey( $methodKey=null) | CommentStore | private |
getStore() | CommentStore | static |
hash( $text, $data) | CommentStore | static |
insert(IDatabase $dbw, $key, $comment=null, $data=null) | CommentStore | |
insertInternal(IDatabase $dbw, $key, $comment, $data) | CommentStore | private |
insertWithTempTable(IDatabase $dbw, $key, $comment=null, $data=null) | CommentStore | |
MAX_COMMENT_LENGTH | CommentStore | |
MAX_DATA_LENGTH | CommentStore | |
newKey( $key) | CommentStore | static |