Inheritance: extends Piwik\Plugin\Report
示例#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;
 }
示例#4
0
 protected function init()
 {
     parent::init();
     $this->order = 3;
 }