Exemplo n.º 1
0
 /**
  * 
  * @param BOL_ComponentPlace $placeWidget
  * @param string $section
  * @param int $order
  */
 public function addWidgetToPosition(BOL_ComponentPlace $placeWidget, $section, $order = -1)
 {
     $this->service->addWidgetToPosition($placeWidget, $section, $order);
 }