\ReCaptchaResponse

Class ReCaptchaResponse

Summary

Methods
Properties
Constants
__construct()
isValid()
hasError()
getError()
No public properties found
No constants found
No protected methods found
$_isValid
$_error
N/A
No private methods found
No private properties found
N/A

Properties

$_isValid

$_isValid : boolean

Type

boolean

$_error

$_error : string

Type

string

Methods

__construct()

__construct(boolean  $isValid, string  $error) 

Parameters

boolean $isValid
string $error

isValid()

isValid() : boolean

Returns

boolean

hasError()

hasError() : boolean

Returns

boolean

getError()

getError() : string

Returns

string