コード例 #1
0
ファイル: widget_service.php プロジェクト: vazahat/dudex
 /**
  * 
  * @param string $componentClass
  * @param bool $isClonable
  * @return BOL_Component
  */
 public function addWidget($widgetClass, $isClonable = false)
 {
     return $this->service->addWidget($widgetClass, $isClonable);
 }