예제 #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);
 }