Exemplo n.º 1
0
 public function actionImport()
 {
     $searchModel = new FrendsSearch();
     $searchModel->importAccountFrend();
     return $this->redirect(['frends']);
 }