products() публичный Метод

public products ( ) : mixed
Результат mixed
Пример #1
0
 /**
  *
  */
 public function actionIndex()
 {
     $this->render('index', ['dataProvider' => $this->favorite->products()]);
 }