init() 보호된 메소드

protected init ( )
예제 #1
0
 protected function init()
 {
     parent::init();
     $this->order = 2;
     $this->categoryId = 'General_Visitors';
     $this->subcategoryId = 'Live_VisitorLog';
 }
 protected function init()
 {
     parent::init();
     $this->widgetTitle = 'Live_VisitorLog';
     $this->order = 2;
 }
예제 #3
0
 protected function init()
 {
     parent::init();
     $this->widgetTitle = 'Live_RealTimeVisitorCount';
     $this->order = 3;
 }
예제 #4
0
 protected function init()
 {
     parent::init();
     $this->order = 3;
 }