コード例 #1
0
ファイル: CategoryManager.php プロジェクト: bono-cms/Blog
 /**
  * Fetches all category entities
  * 
  * @return array
  */
 public function fetchAll()
 {
     return $this->prepareResults($this->categoryMapper->fetchAll());
 }