r113630 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113629‎ | r113630 | r113631 >
Date:16:55, 12 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Add a getValue method...
Modified paths:
  • /trunk/phase3/includes/Status.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Status.php
@@ -357,4 +357,11 @@
358358 public function getMessage() {
359359 return $this->getWikiText();
360360 }
 361+
 362+ /**
 363+ * @return mixed
 364+ */
 365+ public function getValue() {
 366+ return $this->value;
 367+ }
361368 }

Status & tagging log