[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/ReCaptcha/ -> Response.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 159 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_ReCaptcha_Response:: (7 methods):
  __construct()
  setStatus()
  getStatus()
  isValid()
  setErrorCode()
  getErrorCode()
  setFromHttpResponse()


Class: Zend_Service_ReCaptcha_Response  - X-Ref

Zend_Service_ReCaptcha_Response

__construct($status = null, $errorCode = null, Zend_Http_Response $httpResponse = null)   X-Ref
Class constructor used to construct a response

param: string $status
param: string $errorCode
param: Zend_Http_Response $httpResponse If this is set the content will override $status and $errorCode

setStatus($status)   X-Ref
Set the status

param: string $status
return: Zend_Service_ReCaptcha_Response

getStatus()   X-Ref
Get the status

return: boolean

isValid()   X-Ref
Alias for getStatus()

return: boolean

setErrorCode($errorCode)   X-Ref
Set the error code

param: string $errorCode
return: Zend_Service_ReCaptcha_Response

getErrorCode()   X-Ref
Get the error code

return: string

setFromHttpResponse(Zend_Http_Response $response)   X-Ref
Populate this instance based on a Zend_Http_Response object

param: Zend_Http_Response $response
return: Zend_Service_ReCaptcha_Response



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1