CaptchaInterface
interface CaptchaInterface (View source)
Interface that all captcha controllers must implement.
Methods
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.
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.