From a5de625b7b82fa695bf751d43a3147710458c6ab Mon Sep 17 00:00:00 2001 From: Venelin Manchev Date: Thu, 22 Oct 2015 15:50:07 +0300 Subject: [PATCH] Response getter for WebApiExtension --- src/Context/WebApiContext.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Context/WebApiContext.php b/src/Context/WebApiContext.php index f21b24b..4260233 100644 --- a/src/Context/WebApiContext.php +++ b/src/Context/WebApiContext.php @@ -379,4 +379,9 @@ private function getClient() return $this->client; } + + public function getResponse() + { + return $this->response; + } }