dimension = new DeviceType(); $this->name = Piwik::translate('DevicesDetection_DeviceType'); $this->documentation = ''; // TODO $this->order = 0; $this->widgetTitle = 'DevicesDetection_DeviceType'; } public function configureView(ViewDataTable $view) { $unknownTypeCount = 1; $view->requestConfig->filter_limit = $unknownTypeCount + count(DeviceParser::getAvailableDeviceTypeNames()); $view->config->show_search = false; $view->config->show_exclude_low_population = false; $view->config->addTranslation('label', Piwik::translate("DevicesDetection_dataTableLabelTypes")); } }