Пример #1
0
 public function actionEmail()
 {
     return VerificationCode::find()->where(['type' => VerificationCode::TYPE_EMAIL])->all();
 }