Inheritance: extends Piwik\Plugin\Report
Exemplo n.º 1
0
 protected function init()
 {
     parent::init();
     $this->dimension = new BrowserEngine();
     $this->name = Piwik::translate('DevicesDetection_BrowserEngines');
     $this->documentation = Piwik::translate('DevicesDetection_BrowserEngineDocumentation', '<br />');
     $this->order = 10;
     $this->subcategoryId = 'DevicesDetection_Software';
 }
Exemplo n.º 2
0
 protected function init()
 {
     parent::init();
     $this->dimension = new BrowserName();
     $this->name = Piwik::translate('DevicesDetection_WidgetBrowsers');
     $this->documentation = Piwik::translate('DevicesDetection_WidgetBrowsersDocumentation', '<br />');
     $this->order = 1;
     $this->widgetTitle = 'DevicesDetection_WidgetBrowsers';
 }
Exemplo n.º 3
0
 protected function init()
 {
     parent::init();
     $this->dimension = new BrowserVersion();
     $this->name = Piwik::translate('DevicesDetection_BrowserVersion');
     $this->documentation = '';
     // TODO
     $this->order = 6;
     $this->widgetTitle = 'DevicesDetection_BrowserVersion';
 }
Exemplo n.º 4
0
 protected function init()
 {
     parent::init();
     $this->dimension = new Os();
     $this->name = Piwik::translate('DevicesDetection_OperatingSystemFamilies');
     $this->documentation = '';
     // TODO
     $this->order = 3;
     $this->widgetTitle = 'DevicesDetection_OperatingSystemFamilies';
 }
Exemplo n.º 5
0
 protected function init()
 {
     parent::init();
     $this->dimension = new DeviceModel();
     $this->name = Piwik::translate('DevicesDetection_DeviceModel');
     $this->documentation = '';
     // TODO
     $this->order = 2;
     $this->widgetTitle = 'DevicesDetection_DeviceModel';
 }
Exemplo n.º 6
0
 protected function init()
 {
     parent::init();
     $this->dimension = new BrowserName();
     $this->name = Piwik::translate('UserSettings_BrowserFamilies');
     $this->documentation = '';
     // TODO
     $this->order = 5;
     $this->widgetTitle = 'UserSettings_BrowserFamilies';
 }
Exemplo n.º 7
0
 protected function init()
 {
     parent::init();
     $this->dimension = new OsVersion();
     $this->name = Piwik::translate('DevicesDetection_OperatingSystemVersions');
     $this->documentation = '';
     // TODO
     $this->order = 2;
     $this->subcategoryId = 'DevicesDetection_Software';
 }
Exemplo n.º 8
0
 protected function init()
 {
     parent::init();
     $this->dimension = new BrowserVersion();
     $this->name = Piwik::translate('DevicesDetection_BrowserVersion');
     $this->documentation = '';
     // TODO
     $this->order = 6;
     $this->subcategoryId = 'DevicesDetection_Software';
 }
Exemplo n.º 9
0
 protected function init()
 {
     parent::init();
     $this->dimension = new DeviceModel();
     $this->name = Piwik::translate('DevicesDetection_DeviceModel');
     $this->documentation = '';
     // TODO
     $this->order = 2;
     $this->hasGoalMetrics = true;
     $this->subcategoryId = 'DevicesDetection_Devices';
 }