Cheetah
OAuth2\Response Member List

This is the complete list of members for OAuth2\Response, including all inherited members.

$httpHeadersOAuth2\Responseprotected
$parametersOAuth2\Responseprotected
$statusCodeOAuth2\Responseprotected
$statusTextOAuth2\Responseprotected
$statusTextsOAuth2\Responsestatic
$versionOAuth2\Response
__construct($parameters=array(), $statusCode=200, $headers=array())OAuth2\Response
__toString()OAuth2\Response
addHttpHeaders(array $httpHeaders)OAuth2\Response
addParameters(array $parameters)OAuth2\Response
buildHeader($name, $value)OAuth2\Responseprotected
getHttpHeader($name, $default=null)OAuth2\Response
getHttpHeaders()OAuth2\Response
getParameter($name, $default=null)OAuth2\Response
OAuth2::ResponseInterface::getParameter($name)OAuth2\ResponseInterface
getParameters()OAuth2\Response
getResponseBody($format='json')OAuth2\Response
getStatusCode()OAuth2\Response
getStatusText()OAuth2\Response
isClientError()OAuth2\Response
isInformational()OAuth2\Response
isInvalid()OAuth2\Response
isRedirection()OAuth2\Response
isServerError()OAuth2\Response
isSuccessful()OAuth2\Response
send($format='json')OAuth2\Response
setError($statusCode, $error, $errorDescription=null, $errorUri=null)OAuth2\Response
setHttpHeader($name, $value)OAuth2\Response
setHttpHeaders(array $httpHeaders)OAuth2\Response
setParameter($name, $value)OAuth2\Response
setParameters(array $parameters)OAuth2\Response
setRedirect($statusCode, $url, $state=null, $error=null, $errorDescription=null, $errorUri=null)OAuth2\Response
setStatusCode($statusCode, $text=null)OAuth2\Response
OAuth2::ResponseInterface::setStatusCode($statusCode)OAuth2\ResponseInterface