Auth_Yadis_HTTPResponse::__construct PHP Method

__construct() public method

public __construct ( $final_url = null, $status = null, $headers = null, $body = null )
    function __construct($final_url = null, $status = null, $headers = null, $body = null)
    {
        $this->final_url = $final_url;
        $this->status = $status;
        $this->headers = $headers;
        $this->body = $body;
    }
Auth_Yadis_HTTPResponse