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