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 <thomas.steur@gmail.com>2013-10-07 05:37:58 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-07 05:37:58 +0400
commit29c57ee0d5f2e00b5e1f02e84cd52a1230d5a5d9 (patch)
treea310ddfbe902944b023cec1833b37f0f25b94a76 /core/Metrics.php
parent14888bf220bb5487de3650a7161e32d1208a104e (diff)
refs #4194 marked some classes/methods/functions as available for plugins
Diffstat (limited to 'core/Metrics.php')
-rw-r--r--core/Metrics.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Metrics.php b/core/Metrics.php
index 2a4f53dc2f..99704bcfb3 100644
--- a/core/Metrics.php
+++ b/core/Metrics.php
@@ -12,6 +12,8 @@ namespace Piwik;
/**
* This class holds the various mappings we use to internally store and manipulate metrics.
+ *
+ * @api
*/
class Metrics
{