$this,
'model' => $model::className(),
'model_id' => $model->project_id,
'comment_class' => \common\modules\comment\models\CommentProject::className(),
'class_options' => [
'scenario' => is_int(\Yii::$app->user->getId()) ? \common\modules\comment\models\Comment::SCENARIO_USER : \common\modules\comment\models\Comment::SCENARIO_GUEST,
'user_id' => \Yii::$app->user->getId(),
'guestComment' => false,
'status' => \common\modules\comment\models\CommentProject::STATUS_ACTIVE,
],
'list_options' => [
'view' => 'list-project-comment',
'class' => 'section box tender-offer-proj-wr',
],
'form_options' => [
'view' => 'form-project-comment',
'tag' => 'div',
'class' => 'artbox_comment_form section-box tender-add-answer',
],
'options' => [
'tag' => false,
],
]);
?>