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

Return Value

bool

at line 41
mixed available()

Determine if captcha is available

Return Value

mixed

at line 48
array errors()

Message of fails

Return Value

array

at line 55
string render()

For UI object display

Return Value

string

at line 62
string getInputName()

Captcha input name

Return Value

string