![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
| __construct ($success, array $errorCodes=array()) | |
| isSuccess () | |
| getErrorCodes () | |
Fonctions membres publiques statiques | |
| static | fromJson ($json) |
Attributs privés | |
| $success = false | |
| $errorCodes = array() | |
The response returned from the service.
| __construct | ( | $success, | |
| array | $errorCodes = array() |
||
| ) |
Constructor.
| boolean | $success | |
| array | $errorCodes |
|
static |
Build the response from the expected JSON returned by the service.
| string | $json |
Référencé par ReCaptcha\verify().
| getErrorCodes | ( | ) |
Get error codes.
| isSuccess | ( | ) |
Is success?
|
private |
|
private |