Skip to content

Commit

Permalink
Cooking encapsulating and injecting the raw cookie object via our enc…
Browse files Browse the repository at this point in the history
…apsulating method
  • Loading branch information
shahariaazam committed Aug 24, 2015
1 parent ffdc46a commit 7ead8d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Vonage/Vonage.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@ public function request($url, $params = array(), $options = array())
}

}

/**
* @return CookieJar
*/
public function getCookie()
{
return $this->cookie;
}
}

0 comments on commit 7ead8d6

Please sign in to comment.