Auth_OpenID_WebResponse
in package
A web-capable response object which you can use to generate a user-agent response.
Table of Contents
- $body : mixed
- $code : mixed
- __construct() : mixed
Properties
$body
public
mixed
$body
= ""
$code
public
mixed
$code
= \AUTH_OPENID_HTTP_OK
Methods
__construct()
public
__construct([mixed $code = null ][, mixed $headers = null ][, mixed $body = null ]) : mixed
Parameters
- $code : mixed = null
- $headers : mixed = null
- $body : mixed = null