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