Example #1
0
 /**
  * Fetches all published slider bags by category id
  * 
  * @param string $id Category id
  * @return array
  */
 public function fetchAllPublishedByCategoryId($id)
 {
     return $this->prepareResults($this->imageMapper->fetchAllPublishedByCategoryId($id));
 }