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 'core/Plugin/ArchivedMetric.php')
-rw-r--r--core/Plugin/ArchivedMetric.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Plugin/ArchivedMetric.php b/core/Plugin/ArchivedMetric.php
index 05fa3d8665..f68a1f2c10 100644
--- a/core/Plugin/ArchivedMetric.php
+++ b/core/Plugin/ArchivedMetric.php
@@ -64,6 +64,11 @@ class ArchivedMetric extends Metric
$this->aggregation = $aggregation;
}
+ public function getAggregation()
+ {
+ return $this->aggregation;
+ }
+
public function setDimension($dimension)
{
$this->dimension = $dimension;