Auth_Yadis_HTTPResponse Klassenreferenz


Öffentliche Methoden

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

Ausführliche Beschreibung

Definiert in Zeile 24 der Datei HTTPFetcher.php.


Dokumentation der Elementfunktionen

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

Definiert in Zeile 25 der Datei HTTPFetcher.php.

00025                               {
00026     function Auth_Yadis_HTTPResponse($final_url = null, $status = null,
00027                                          $headers = null, $body = null)
00028     {
00029         $this->final_url = $final_url;
00030         $this->status = $status;
00031         $this->headers = $headers;
00032         $this->body = $body;


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen