Example #1
0
 /**
  * Counts amount of slides in given category
  * 
  * @param string $categoryId
  * @return integer
  */
 public function getSlidesCountByCategoryId($categoryId)
 {
     return $this->imageMapper->countAllByCategoryId($categoryId);
 }