Ejemplo n.º 1
0
 /**
  * Returns an array of categories with count of posts
  * 
  * @return array
  */
 public function getAllCategoriesWithCount()
 {
     return $this->prepareResults($this->categoryMapper->fetchAllBasic());
 }