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

store() public method

Store a cookie
public store ( Cookie $cookie ) : void
$cookie Cookie
return void
    public function store(Cookie $cookie)
    {
        $this->cookies[$cookie->getDomain()][$cookie->getPath()][$cookie->getName()] = $cookie;
    }