Свойство | Тип | Описание | |
---|---|---|---|
$defaults | array | Default settings | |
$settings | array | Settings array |
Метод | Описание | |
---|---|---|
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() |
Результат | boolean |
public validateCaptcha ( Model $Model ) : boolean | ||
$Model | Model | Model using this behavior |
Результат | boolean |