r95434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95433‎ | r95434 | r95435 >
Date:19:53, 24 August 2011
Author:hashar
Status:ok
Tags:
Comment:
new accessor for CodeRevision repository
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -183,6 +183,14 @@
184184 }
185185
186186 /**
 187+ * @return CodeRepository
 188+ */
 189+ public function getRepo() {
 190+ return $this->repo;
 191+ }
 192+
 193+
 194+ /**
187195 * @return String
188196 */
189197 public function getAuthor() {

Status & tagging log