You are here

public function CookieJar::getIterator in Lockr 7.3

File

vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php, line 223

Class

CookieJar
Cookie jar that stores cookies as an array

Namespace

GuzzleHttp\Cookie

Code

public function getIterator() {
  return new \ArrayIterator(array_values($this->cookies));
}