Ejemplo n.º 1
0
 public function __construct($templateName, $panel = '')
 {
     parent::__construct(null);
     $this->templateName = $templateName;
     $template = new Gpf_Templates_Template($templateName, $panel);
     $this->templateHtml = $template->getHTML();
 }
Ejemplo n.º 2
0
 public function clearWidgetParam(Gpf_Ui_Widget $widget)
 {
     $this->action->setQueryParam($widget->getCode());
     unset($this->widgetParams[$widget->getCode()]);
 }