X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=d01f2693f3111337b2082314a632ef6a19430a75;hb=857817b687edc8b8035db842ed61c2e5b16c5f2d;hp=3d2c8871263a346aae052db9e9c5423e1912afd0;hpb=432e10528feab333002f7c7c37f9582a197d8b66;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Status.php b/includes/Status.php index 3d2c887126..d01f2693f3 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -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