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:
authormattab <matthieu.aubry@gmail.com>2013-11-04 10:40:57 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-04 10:40:57 +0400
commit3ffd63639ddbcc1be6606213b4b582c560e50b45 (patch)
treeb09f11e4a4f98599cf3a0d3361f0db412aa14a38 /plugins/VisitorInterest/Archiver.php
parent889dbfd680819f8873f0442bbd21bd81d26d6745 (diff)
Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMultipleReports
Diffstat (limited to 'plugins/VisitorInterest/Archiver.php')
-rw-r--r--plugins/VisitorInterest/Archiver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorInterest/Archiver.php b/plugins/VisitorInterest/Archiver.php
index e5660b6bf2..647c4c536c 100644
--- a/plugins/VisitorInterest/Archiver.php
+++ b/plugins/VisitorInterest/Archiver.php
@@ -86,7 +86,7 @@ class Archiver extends \Piwik\Plugin\Archiver
array(364)
);
- public function archiveDay()
+ public function aggregateDayReport()
{
// these prefixes are prepended to the 'SELECT as' parts of each SELECT expression. detecting
// these prefixes allows us to get all the data in one query.
@@ -139,7 +139,7 @@ class Archiver extends \Piwik\Plugin\Archiver
return $secondsGap;
}
- public function archivePeriod()
+ public function aggregateMultipleReports()
{
$dataTableToSum = array(
self::TIME_SPENT_RECORD_NAME,