dimension = new DeviceModel(); $this->name = Piwik::translate('DevicesDetection_DeviceModel'); $this->documentation = ''; // TODO $this->order = 2; $this->hasGoalMetrics = true; $this->subcategoryId = 'DevicesDetection_Devices'; } public function configureView(ViewDataTable $view) { $view->config->show_search = true; $view->config->show_exclude_low_population = false; $view->config->addTranslation('label', Piwik::translate("DevicesDetection_dataTableLabelModels")); } }