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

removeAll() public method

Remove all stored cookies
public removeAll ( ) : void
return void
    public function removeAll()
    {
        $this->cookies = array();
    }