Merge "Map dummy language codes in sites"
[lhc/web/wiklou.git] / includes / Status.php
index 3d2c887..d01f269 100644 (file)
@@ -115,6 +115,15 @@ class Status {
                $this->sv->setResult( $ok, $value );
        }
 
+       /**
+        * Returns the wrapped StatusValue object
+        * @return StatusValue
+        * @since 1.27
+        */
+       public function getStatusValue() {
+               return $this->sv;
+       }
+
        /**
         * Returns whether the operation completed and didn't have any error or
         * warnings