ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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::Auth_Yadis_HTTPResponse (   $final_url = null,
  $status = null,
  $headers = null,
  $body = null 
)

Definition at line 25 of file HTTPFetcher.php.

25 {
26 function Auth_Yadis_HTTPResponse($final_url = null, $status = null,
27 $headers = null, $body = null)
28 {
29 $this->final_url = $final_url;
30 $this->status = $status;
31 $this->headers = $headers;
32 $this->body = $body;
Auth_Yadis_HTTPResponse($final_url=null, $status=null, $headers=null, $body=null)
Definition: HTTPFetcher.php:25

References Auth_Yadis_HTTPResponse().

Referenced by Auth_Yadis_HTTPResponse().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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