コード例 #1
0
ファイル: SiteService.php プロジェクト: bono-cms/Blog
 /**
  * Returns an array of categories with count of posts
  * 
  * @return array
  */
 public function getAllCategoriesWithCount()
 {
     return $this->prepareResults($this->categoryMapper->fetchAllBasic());
 }