getByIds() public method

public getByIds ( array $ids ) : CActiveDataProvider
$ids array
return CActiveDataProvider
Ejemplo n.º 1
0
 /**
  * @return mixed
  */
 public function products()
 {
     return $this->productRepository->getByIds(array_keys($this->getData()));
 }