Ejemplo n.º 1
0
 public function cloneComponentPlace($componenPlacetUniqName)
 {
     $newComponent = $this->componentPlaceDao->cloneComponent($componenPlacetUniqName);
     $this->componentSettingDao->cloneSettingList($componenPlacetUniqName, $newComponent->uniqName);
     return $newComponent;
 }