Example #1
0
 /**
  * Fetches all category entities
  * 
  * @return array
  */
 public function fetchAll()
 {
     return $this->prepareResults($this->categoryMapper->fetchAll());
 }