Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($success, array $errorCodes=array(), $hostname=null, $challengeTs=null, $apkPackageName=null, $score=null, $action=null) | |
isSuccess () | |
getErrorCodes () | |
getHostname () | |
getChallengeTs () | |
getApkPackageName () | |
getScore () | |
getAction () | |
toArray () | |
Fonctions membres publiques statiques | |
static | fromJson ($json) |
Attributs privés | |
$success = false | |
$errorCodes = array() | |
$hostname | |
$challengeTs | |
$apkPackageName | |
$score | |
$action | |
The response returned from the service.
__construct | ( | $success, | |
array | $errorCodes = array() , |
||
$hostname = null , |
|||
$challengeTs = null , |
|||
$apkPackageName = null , |
|||
$score = null , |
|||
$action = null |
|||
) |
Constructor.
boolean | $success | |
string | $hostname | |
string | $challengeTs | |
string | $apkPackageName | |
float | $score | |
string | $action | |
array | $errorCodes |
|
static |
Build the response from the expected JSON returned by the service.
string | $json |
Références null.
Référencé par ReCaptcha\verify().
getAction | ( | ) |
Get action
getApkPackageName | ( | ) |
Get APK package name
getChallengeTs | ( | ) |
Get challenge timestamp
getErrorCodes | ( | ) |
Get error codes.
getHostname | ( | ) |
Get hostname.
getScore | ( | ) |
Get score
isSuccess | ( | ) |
Is success?
toArray | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |