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:
authorNathan Sollenberger <nsollenberger@gmail.com>2015-05-12 06:03:06 +0300
committerNathan Sollenberger <nsollenberger@gmail.com>2015-05-12 06:03:06 +0300
commit27c59061eaf9a76d4ab319a2ca357aab379f6ed4 (patch)
tree82148115764d9c0948e9be99eddd7278a1944350 /core/Plugin/Report.php
parent179ed7eedd8d8ba092122a336bbe91b9eccb1099 (diff)
Add TranslationHelper to Goals Plugin, alter English text files for Goal category names
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 a1c54e59d1..e0f9f3375a 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -680,6 +680,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
*/