You are here

public function SetCookie::toArray in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php \GuzzleHttp\Cookie\SetCookie::toArray()

File

vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php, line 101

Class

SetCookie
Set-Cookie object

Namespace

GuzzleHttp\Cookie

Code

public function toArray() {
  return $this->data;
}