You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
595 B
31 lines
595 B
####### |
|
CAPTCHA |
|
####### |
|
|
|
*************** |
|
Class Reference |
|
*************** |
|
|
|
.. php:class:: CAPTCHA |
|
|
|
.. php:method:: verifyCaptchaResponse(string $response) |
|
|
|
Verify CAPTCHA Response |
|
|
|
:param string $response: Response string from CAPTCHA verification. |
|
:returns: Array with response informations. |
|
:rtype: array |
|
|
|
.. php:method:: generateCaptchaHtml() |
|
|
|
Generate CAPTCHA HTML |
|
|
|
:returns: CAPTCHA HTML Code |
|
:rtype: string |
|
|
|
.. php:method:: isCaptchaRequired() |
|
|
|
Checks if CAPTCHA is required |
|
|
|
:returns: TRUE if required, FALSE if not required |
|
:rtype: boolean
|
|
|