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/CustomVariables/Archiver.php
parent889dbfd680819f8873f0442bbd21bd81d26d6745 (diff)
Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMultipleReports
Diffstat (limited to 'plugins/CustomVariables/Archiver.php')
-rw-r--r--plugins/CustomVariables/Archiver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CustomVariables/Archiver.php b/plugins/CustomVariables/Archiver.php
index 036e8611dd..bea92f36b8 100644
--- a/plugins/CustomVariables/Archiver.php
+++ b/plugins/CustomVariables/Archiver.php
@@ -40,7 +40,7 @@ class Archiver extends \Piwik\Plugin\Archiver
$this->maximumRowsInSubDataTable = Config::getInstance()->General['datatable_archiving_maximum_rows_subtable_custom_variables'];
}
- public function archiveDay()
+ public function aggregateDayReport()
{
$this->dataArray = new DataArray();
@@ -201,7 +201,7 @@ class Archiver extends \Piwik\Plugin\Archiver
}
}
- public function archivePeriod()
+ public function aggregateMultipleReports()
{
$nameToCount = $this->getProcessor()->aggregateDataTableReports(
self::CUSTOM_VARIABLE_RECORD_NAME, $this->maximumRowsInDataTableLevelZero, $this->maximumRowsInSubDataTable,