CaptchaWithPictureInterface
interface CaptchaWithPictureInterface implements CaptchaInterface (View source)
Interface that captcha controllers .
Methods
Response
displayCaptchaPicture()
Sends the picture data to the client.
Details
label()
Print out the label for this captcha library.
display()
Displays the graphical portion of the captcha.
showInput()
Print out the input where users should enter the captcha code.
bool
check()
Check if the user input is valid for the captcha.
Response
displayCaptchaPicture()
Sends the picture data to the client.