public function SetCookie::toArray in Lockr 7.3
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 100
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function toArray() {
return $this->data;
}
public function toArray() {
return $this->data;
}