示例#1
0
文件: Menu.php 项目: JeCat/framework
 public function __construct($sId = null, IView $aView = null)
 {
     parent::__construct($sId, 'org.jecat.framework:WidgetMenu.template.html', null, $aView);
 }
示例#2
0
文件: Item.php 项目: JeCat/framework
 public function __construct($sTitle = '', $sId = null, IView $aView = null)
 {
     parent::__construct($sId, 'org.jecat.framework:WidgetItem.template.html', null, $aView);
     $this->setTitle($sTitle);
 }