![]() |
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é
|
Graphe d'héritage de PlgCaptchaRecaptcha_Invisible:Fonctions membres publiques | |
| onPrivacyCollectAdminCapabilities () | |
| onInit ($id='dynamic_recaptcha_invisible_1') | |
| onDisplay ($name=null, $id='dynamic_recaptcha_invisible_1', $class='') | |
| onCheckAnswer ($code=null) | |
| onSetupField (\Joomla\CMS\Form\Field\CaptchaField $field, \SimpleXMLElement $element) | |
Attributs protégés | |
| $autoloadLanguage = true | |
Fonctions membres privées | |
| getResponse ($privatekey, $remoteip, $response) | |
Invisible reCAPTCHA Plugin.
|
private |
Get the reCaptcha response.
| string | $privatekey | The private key for authentication. |
| string | $remoteip | The remote IP of the visitor. |
| string | $response | The response received from Google. |
| onCheckAnswer | ( | $code = null | ) |
Calls an HTTP POST function to verify if the user's guess was correct
| string | $code | Answer provided by user. Not needed for the Recaptcha implementation |
Références $input.
| onDisplay | ( | $name = null, |
|
$id = 'dynamic_recaptcha_invisible_1', |
|||
$class = '' |
|||
| ) |
| onInit | ( | $id = 'dynamic_recaptcha_invisible_1' | ) |
Initialise the captcha
| string | $id | The id of the field. |
Références $file.
| onPrivacyCollectAdminCapabilities | ( | ) |
Reports the privacy related capabilities for this plugin to site administrators.
| onSetupField | ( | \Joomla\CMS\Form\Field\CaptchaField | $field, |
| \SimpleXMLElement | $element | ||
| ) |
Method to react on the setup of a captcha field. Gives the possibility to change the field and/or the XML element for the field.
| \Joomla\CMS\Form\Field\CaptchaField | $field | Captcha field instance |
| \SimpleXMLElement | $element | XML form definition |
|
protected |