Definition at line 1270 of file Server.php.
◆ Auth_OpenID_WebResponse()
Auth_OpenID_WebResponse::Auth_OpenID_WebResponse |
( |
|
$code = null , |
|
|
|
$headers = null , |
|
|
|
$body = null |
|
) |
| |
Definition at line 1274 of file Server.php.
1278 $this->code =
$code;
1281 if ($headers !== null) {
1282 $this->headers = $headers;
1284 $this->headers = array();
1287 if (
$body !== null) {
1288 $this->body =
$body;
◆ $body
Auth_OpenID_WebResponse::$body = "" |
◆ $code
The documentation for this class was generated from the following file: