-
Notifications
You must be signed in to change notification settings - Fork 0
class Response
Oliver edited this page Apr 25, 2020
·
1 revision
www/includes/g-recaptcha-src/ReCaptcha/Response.php
Default
No public properties found
No constants found
__construct() | fromJson() | getErrorCodes() | isSuccess() |
Error code strings.
private $errorCodes : array
Array
Succes or failure.
private $success : bool
Array
Constructor.
- Inherited from \ReCaptcha\Response
public __construct(bool $success, array $errorCodes = array()) : mixed
Build the response from the expected JSON returned by the service.
- Inherited from \ReCaptcha\Response
public fromJson(string $json) : \ReCaptcha\Response
static
Get error codes.
- Inherited from \ReCaptcha\Response
public getErrorCodes() : array
Is success?
- Inherited from \ReCaptcha\Response
public isSuccess() : bool
\ » Classes » Response
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.