init() protected method

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