From 16477dbb30a09f5cea478a84a6f1d21917eb2f6f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 12 Mar 2012 16:55:25 +0000 Subject: [PATCH] Add a getValue method... --- includes/Status.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/Status.php b/includes/Status.php index 7b583b1ee0..835b2edf56 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -357,4 +357,11 @@ class Status { public function getMessage() { return $this->getWikiText(); } + + /** + * @return mixed + */ + public function getValue() { + return $this->value; + } } -- 2.20.1