PHP Класс RecaptchaBehavior

Наследование: extends ModelBehavior
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Описание методов

beforeValidate() публичный Метод

Validates the captcha
public beforeValidate ( Model $Model, array $options = [] ) : boolean
$Model Model Model using this behavior
$options array Options passed from Model::save()
Результат boolean

setup() публичный Метод

Setup
public setup ( Model $Model, array $settings = [] ) : void
$Model Model Model using this behavior
$settings array Configuration settings for $model
Результат void

validateCaptcha() публичный Метод

Validates the captcha responses status set by the component to the model
См. также: RecaptchaComponent::initialize()
public validateCaptcha ( Model $Model ) : boolean
$Model Model Model using this behavior
Результат boolean

Описание свойств

$defaults публичное свойство

Default settings
public array $defaults
Результат array

$settings публичное свойство

Settings array
public array $settings
Результат array