dimension = new OsVersion(); $this->name = Piwik::translate('DevicesDetection_OperatingSystemVersions'); $this->documentation = ''; // TODO $this->order = 4; $this->widgetTitle = 'DevicesDetection_OperatingSystemVersions'; } public function configureView(ViewDataTable $view) { $view->config->title = $this->name; $view->config->show_search = true; $view->config->show_exclude_low_population = false; $view->config->addTranslation('label', Piwik::translate("DevicesDetection_dataTableLabelSystemVersion")); } public function getRelatedReports() { return array( self::factory('DevicesDetection', 'getOsFamilies'), ); } }