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:
authormattab <matthieu.aubry@gmail.com>2014-11-11 11:28:51 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-11 11:28:51 +0300
commitf99dbe4273e523ee36bec6e8b60ea335230311f0 (patch)
tree7742e1bb9a949034e74becaa0afaf694e144d063 /core/Period.php
parent8ee495c867fa938d60b5c9d0a87a20ae580d6982 (diff)
removing @api tag as it created in https://github.com/piwik/developer-documentation/commit/ee53158f9fa6a627340c9c944f6d0ebfeafa796b many new docs which was likely not so good cc @tsteur
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index 6de6fb485a..eb3c0fda89 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -265,7 +265,6 @@ abstract class Period
/**
* Returns the date range string comprising two dates
*
- * @api
* @return string eg, `'2012-01-01,2012-01-31'`.
*/
public function getRangeString()