CaptchaInterface
interface CaptchaInterface
captcha 기능을 제공하기 위한 인터페이스를 정의함.
Methods
bool
verify()
Verify captcha
mixed
available()
Determine if captcha is available
array
errors()
Message of fails
string
render()
For UI object display
string
getInputName()
Captcha input name
Details
at line 34
bool
verify()
Verify captcha
at line 41
mixed
available()
Determine if captcha is available
at line 48
array
errors()
Message of fails
at line 55
string
render()
For UI object display
at line 62
string
getInputName()
Captcha input name