Esempio n. 1
0
 public function actionWorkshopTo()
 {
     $data = Move::findAllByColumn('__type_id', 4);
     $this->data->moves = $data;
 }