PHP Interface Xpressengine\Captcha\CaptchaInterface

Author: XE Developers ([email protected])
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
available ( ) : mixed Determine if captcha is available
errors ( ) : array Message of fails
getInputName ( ) : string Captcha input name
render ( ) : string For UI object display
verify ( ) : boolean Verify captcha

Method Details

available() public method

Determine if captcha is available
public available ( ) : mixed
return mixed

errors() public method

Message of fails
public errors ( ) : array
return array

getInputName() public method

Captcha input name
public getInputName ( ) : string
return string

render() public method

For UI object display
public render ( ) : string
return string

verify() public method

Verify captcha
public verify ( ) : boolean
return boolean