Class Tx_ExtBibsonomyCsl_CurlHttpResponse

Description

Represents the response message of a HTTP request

Located in /Classes/Lib/CurlHttpResponse.php (line 34)


	
			
Variable Summary
string $body
string $header
string $requestUrl
string $responseCode
Method Summary
Tx_ExtBibsonomyCsl_CurlHttpResponse __construct (string $requestUrl, string $body, string $header, string $responseCode, string $responseStatus)
string getBody ()
string getHeader ()
string getRequestUrl ()
string getResponseCode ()
Variables
string $body (line 40)

body of http response message

  • access: protected
string $header (line 46)

header of http response message

  • access: protected
string $requestUrl (line 52)

Url of the previous request

  • access: protected
string $responseCode (line 58)

Response code

  • access: protected
Methods
Constructor __construct (line 69)

Constructor

  • access: public
Tx_ExtBibsonomyCsl_CurlHttpResponse __construct (string $requestUrl, string $body, string $header, string $responseCode, string $responseStatus)
  • string $requestUrl
  • string $body
  • string $header
  • string $responseCode
  • string $responseStatus
getBody (line 88)

Returns the body of the response.

  • access: public
string getBody ()
getHeader (line 96)

Returns the header of the response.

  • access: public
string getHeader ()
getRequestUrl (line 104)

Returns the URL previous request.

  • access: public
string getRequestUrl ()
getResponseCode (line 113)

returns the HTTP response code

  • access: public
string getResponseCode ()

Documentation generated on Thu, 13 Dec 2012 15:46:34 +0100 by phpDocumentor 1.4.4