Liste de tous les membres
Documentation des constructeurs et destructeur
plgCaptchaRecaptcha::__construct |
( |
|
$subject, |
|
|
|
$config |
|
) |
| |
Documentation des fonctions membres
plgCaptchaRecaptcha::_getLanguage |
( |
| ) |
|
|
private |
plgCaptchaRecaptcha::_recaptcha_http_post |
( |
|
$host, |
|
|
|
$path, |
|
|
|
$data, |
|
|
|
$port = 80 |
|
) |
| |
|
private |
Submits an HTTP POST to a reCAPTCHA server.
- Paramètres:
-
string | $host | |
string | $path | |
array | $data | |
int | $port | |
- Renvoie:
- array Response
- Depuis:
- 2.5
Références $data.
plgCaptchaRecaptcha::_recaptcha_qsencode |
( |
|
$data | ) |
|
|
private |
Encodes the given data into a query string format.
- Paramètres:
-
string | $data | Array of string elements to be encoded |
- Renvoie:
- string Encoded request
- Depuis:
- 2.5
Références $data, et $key.
plgCaptchaRecaptcha::onCheckAnswer |
( |
|
$code | ) |
|
plgCaptchaRecaptcha::onDisplay |
( |
|
$name, |
|
|
|
$id, |
|
|
|
$class |
|
) |
| |
Gets the challenge HTML
- Renvoie:
- string The HTML to be embedded in the form.
- Depuis:
- 2.5
plgCaptchaRecaptcha::onInit |
( |
|
$id | ) |
|
Documentation des données membres
const plgCaptchaRecaptcha::RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api" |
const plgCaptchaRecaptcha::RECAPTCHA_API_SERVER = "http://www.google.com/recaptcha/api" |
const plgCaptchaRecaptcha::RECAPTCHA_VERIFY_SERVER = "www.google.com" |
La documentation de cette classe a été générée à partir du fichier suivant :