Esempio n. 1
0
 public function findPlaceComponentList($place)
 {
     $placeId = $this->findPlaceId($place);
     $list = $this->componentPlaceDao->findComponentList($placeId);
     return $this->fetchArrayList($list, 'uniqName');
 }