Example #1
0
 public function __construct($sId = null, IView $aView = null)
 {
     parent::__construct($sId, 'org.jecat.framework:WidgetMenu.template.html', null, $aView);
 }
Example #2
0
 public function __construct($sTitle = '', $sId = null, IView $aView = null)
 {
     parent::__construct($sId, 'org.jecat.framework:WidgetItem.template.html', null, $aView);
     $this->setTitle($sTitle);
 }