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/Date.php
parent14888bf220bb5487de3650a7161e32d1208a104e (diff)
refs #4194 marked some classes/methods/functions as available for plugins
Diffstat (limited to 'core/Date.php')
-rw-r--r--core/Date.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Date.php b/core/Date.php
index 22580bd492..a32d7091a8 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -16,6 +16,7 @@ use Exception;
* Date object widely used in Piwik.
*
* @package Piwik
+ * @api
*/
class Date
{