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/DataTable.php')
-rw-r--r--core/DataTable.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index 26d85a49e5..06352d98ee 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -432,6 +432,11 @@ class DataTable implements DataTableInterface, \IteratorAggregate, \ArrayAccess
return $this->totalsRow;
}
+ public function getSummaryRow()
+ {
+ return $this->summaryRow;
+ }
+
/**
* Returns the name of the column this table was sorted by (if any).
*