Class app\modules\main\widgets\feedback\Feedback

Inheritanceapp\modules\main\widgets\feedback\Feedback » yii\base\Widget

Class Feedback Виджет формы обратной связи

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$fancyConfig array параметры fancybox app\modules\main\widgets\feedback\Feedback
$fancySelector string селектор для ссылки по которой открывать виджет обратной связи в fancybox. app\modules\main\widgets\feedback\Feedback
$formOptions array параметры формы \yii\widgets\ActiveForm app\modules\main\widgets\feedback\Feedback
$modelClass string класс модели app\modules\main\widgets\feedback\Feedback
$route array маршрут отправки формы app\modules\main\widgets\feedback\Feedback
$tpl string шаблон app\modules\main\widgets\feedback\Feedback

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$model app\modules\main\models\FeedbackForm модель формы app\modules\main\widgets\feedback\Feedback

Property Details

$fancyConfig public property

параметры fancybox

$fancySelector public property

селектор для ссылки по которой открывать виджет обратной связи в fancybox. Если не задан форма выводится на странице

$formOptions public property

параметры формы \yii\widgets\ActiveForm

$model protected property

модель формы

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

класс модели

$route public property
array $route = ['/main/feedback/send']

маршрут отправки формы

$tpl public property
string $tpl "index"

шаблон

Method Details

init() public method

void init( )
run() public method

void run( )