Property | Type | Description | |
---|---|---|---|
$defaults | array | Default settings | |
$settings | array | Settings array |
Method | Description | |
---|---|---|
beforeValidate ( Model $Model, array $options = [] ) : boolean | Validates the captcha | |
setup ( Model $Model, array $settings = [] ) : void | Setup | |
validateCaptcha ( Model $Model ) : boolean | Validates the captcha responses status set by the component to the model |
public beforeValidate ( Model $Model, array $options = [] ) : boolean | ||
$Model | Model | Model using this behavior |
$options | array | Options passed from Model::save() |
return | boolean |
public validateCaptcha ( Model $Model ) : boolean | ||
$Model | Model | Model using this behavior |
return | boolean |