コード例 #1
0
ファイル: widget_service.php プロジェクト: vazahat/dudex
 /**
  * 
  * @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);
 }