Auth_Yadis_ParanoidHTTPFetcher::reset PHP Method

reset() public method

public reset ( )
    function reset()
    {
        $this->headers = array();
        $this->data = "";
    }