Beispiel #1
0
 /**
  * 
  * @param BOL_Component $widget
  * @param string $place
  * @param string $uniqName
  * @return BOL_ComponentPlace
  */
 public function addWidgetToPlace(BOL_Component $widget, $place, $uniqName = null)
 {
     return $this->service->addWidgetToPlace($widget, $place, $uniqName);
 }