Amp\Artax\Cookie\ArrayCookieJar::removeAll PHP 메소드

removeAll() 공개 메소드

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