Beispiel #1
0
 /**
  * Get default model classes
  */
 protected function getDefaultModels()
 {
     return ['Comment' => Comments\models\Comment::className(), 'CommentQuery' => Comments\models\queries\CommentQuery::className(), 'CommentCreateForm' => Comments\forms\CommentCreateForm::className()];
 }