Amp\Artax\Cookie\ArrayCookieJar::removeAll PHP Méthode

removeAll() public méthode

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