ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_Yadis_HTTPResponse Class Reference
+ Collaboration diagram for Auth_Yadis_HTTPResponse:

Public Member Functions

 Auth_Yadis_HTTPResponse ($final_url=null, $status=null, $headers=null, $body=null)

Detailed Description

Definition at line 24 of file HTTPFetcher.php.

Member Function Documentation

Auth_Yadis_HTTPResponse::Auth_Yadis_HTTPResponse (   $final_url = null,
  $status = null,
  $headers = null,
  $body = null 
)

Definition at line 25 of file HTTPFetcher.php.

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

The documentation for this class was generated from the following file: