r95430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95429‎ | r95430 | r95431 >
Date:19:53, 24 August 2011
Author:hashar
Status:ok
Tags:
Comment:
comment for class CodeComment
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeComment.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeComment.php
@@ -1,5 +1,8 @@
22 <?php
33
 4+/**
 5+ * Represents a comment made to a revision.
 6+ */
47 class CodeComment {
58 public $id, $text, $user, $userText, $timestamp, $review, $sortkey, $attrib, $removed, $added, $patchLine;
69

Status & tagging log