getByIds() 공개 메소드

public getByIds ( array $ids ) : CActiveDataProvider
$ids array
리턴 CActiveDataProvider
예제 #1
0
 /**
  * @return mixed
  */
 public function products()
 {
     return $this->productRepository->getByIds(array_keys($this->getData()));
 }