From 8a3819be844605f61e81d09b8344f7cede9a6079 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Mon, 16 May 2016 09:57:53 +0000 Subject: [PATCH] Add Status::getStatusValue() Change-Id: Id8c87373b560a462dcbffe74c9e7c4780c3147f3 --- includes/Status.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/Status.php b/includes/Status.php index 3d2c887126..f8370e4488 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -115,6 +115,14 @@ class Status { $this->sv->setResult( $ok, $value ); } + /** + * Returns the wrapped StatusValue object + * @return StatusValue + */ + public function getStatusValue() { + return $this->sv; + } + /** * Returns whether the operation completed and didn't have any error or * warnings -- 2.20.1