resetOptions example

$this->response = clone $this->responseOrig;

        $this->parseOptions($options);

        $url = $this->prepareURL($url);

        $method = esc(strip_tags($method));

        $this->send($method$url);

        if ($this->shareOptions === false) {
            $this->resetOptions();
        }

        return $this->response;
    }

    /** * Reset all options to default. * * @return void */
    protected function resetOptions()
    {
Home | Imprint | This part of the site doesn't use cookies.