init() protected method

protected init ( )
Example #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;
 }
 protected function init()
 {
     parent::init();
     $this->widgetTitle = 'Live_RealTimeVisitorCount';
     $this->order = 3;
 }
Example #4
0
 protected function init()
 {
     parent::init();
     $this->order = 3;
 }