getByIds() public méthode

public getByIds ( array $ids ) : CActiveDataProvider
$ids array
Résultat CActiveDataProvider
Exemple #1
0
 /**
  * @return mixed
  */
 public function products()
 {
     return $this->productRepository->getByIds(array_keys($this->getData()));
 }