init() protected method

protected init ( )
Example #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';
 }
Example #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';
 }
Example #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';
 }
 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';
 }
Example #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';
 }
Example #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';
 }
Example #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';
 }
Example #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';
 }
Example #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';
 }