예제 #1
0
 /**
  * Fetches as a list
  * 
  * @return array
  */
 public function fetchList()
 {
     return ArrayUtils::arrayList($this->categoryMapper->fetchList(), 'id', 'name');
 }