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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-06-09 05:59:58 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-06-09 05:59:58 +0300
commited071abfe7183988273121354996643831f5c4a8 (patch)
treed5bec8dc3c06fa2069317cae062eaf9177b35246 /core/Plugin/Report.php
parent44a75228edf9fb1841d8b5dbf126861073bf018f (diff)
parent579d240b99025042f158252950cb556a074ca738 (diff)
Merge pull request #7885 from spacenate/6948_rename_ecomm_goal_categories
Rename Ecommerce & Goals Category Titles
Diffstat (limited to 'core/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index 75d76fca33..fa830aad77 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -677,6 +677,16 @@ class Report
}
/**
+ * Get the translation key of the category the report belongs to.
+ * @return string
+ * @ignore
+ */
+ public function getCategoryKey()
+ {
+ return $this->category;
+ }
+
+ /**
* @return \Piwik\Columns\Dimension
* @ignore
*/