Amp\Artax\Cookie\ArrayCookieJar::getAll PHP Method

getAll() public method

Retrieve all stored cookies
public getAll ( ) : array
return array Returns array in the format $arr[$domain][$path][$cookieName]
    public function getAll()
    {
        return $this->cookies;
    }