Example #1
0
 public function __construct($cogname, $widget_dashed, $params = array())
 {
     $this->_view = View::forWidget($cogname, $widget_dashed);
     $this->_params = $params;
 }