Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DevicesDetection/API.php')
-rw-r--r--plugins/DevicesDetection/API.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/DevicesDetection/API.php b/plugins/DevicesDetection/API.php
index b3b416630f..acc635ac88 100644
--- a/plugins/DevicesDetection/API.php
+++ b/plugins/DevicesDetection/API.php
@@ -226,25 +226,6 @@ class API extends \Piwik\Plugin\API
}
/**
- * Gets datatable displaying number of visits by Browser family (eg. Firefox, InternetExplorer)
- * @param int $idSite
- * @param string $period
- * @param string $date
- * @param bool|string $segment
- * @return DataTable
- *
- * @deprecated since 2.9.0 Use {@link getBrowsers} instead.
- */
- public function getBrowserFamilies($idSite, $period, $date, $segment = false)
- {
- $table = $this->getBrowsers($idSite, $period, $date, $segment);
- // this one will not be sorted automatically by nb_visits since there is no Report class for it.
- $table->filter('Sort', array(Metrics::INDEX_NB_VISITS, 'desc'));
-
- return $table;
- }
-
- /**
* Gets datatable displaying number of visits by Browser (Without version)
* @param int $idSite
* @param string $period