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

public getByIds ( array $ids ) : CActiveDataProvider
$ids array
Результат CActiveDataProvider
Пример #1
0
 /**
  * @return mixed
  */
 public function products()
 {
     return $this->productRepository->getByIds(array_keys($this->getData()));
 }