Пример #1
0
 /**
  * Fetches all published product entities associated with given category id
  * 
  * @param string $categoryId
  * @return array
  */
 public function fetchAllPublishedByCategoryId($categoryId)
 {
     return $this->prepareResults($this->productMapper->fetchAllPublishedByCategoryId($categoryId));
 }