Class app\modules\main\actions\user\Forgot

Inheritanceapp\modules\main\actions\user\Forgot » yii\base\Action

Class Forgot

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$modelClass string имя класса модели app\modules\main\actions\user\Forgot
$notifiers array компоненты для уведомления пользователя app\modules\main\actions\user\Forgot
$tpl string шаблон app\modules\main\actions\user\Forgot
$validateParam string название параметра запроса, который служит признаком ajax валидации app\modules\main\actions\user\Forgot

Public Methods

Hide inherited methods

MethodDescriptionDefined By
run() app\modules\main\actions\user\Forgot

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
performAjaxValidation() Ajax валидация модели app\modules\main\actions\user\Forgot

Property Details

$modelClass public property
string $modelClass '\app\modules\main\models\ForgotForm'

имя класса модели

$notifiers public property
array $notifiers = ['\app\modules\main\components\ForgotMailNotifier']

компоненты для уведомления пользователя

$tpl public property
string $tpl 'forgot'

шаблон

$validateParam public property

название параметра запроса, который служит признаком ajax валидации

Method Details

performAjaxValidation() protected method

Ajax валидация модели

array performAjaxValidation$model )
$model \yii\db\ActiveRecord
run() public method

void run( )