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 10:36:47 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-11 10:36:47 +0300
commit8ee495c867fa938d60b5c9d0a87a20ae580d6982 (patch)
treec844230e612100ce41882069ce243c258256d287 /core/Period.php
parent2b3470d95275ebc6d7bcf181c4de01f1295c7da6 (diff)
Adding few unit tests for getRangeString
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index 1e3f188b5e..6de6fb485a 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -263,8 +263,9 @@ abstract class Period
abstract public function getLocalizedLongString();
/**
- * Returns a succinct string describing this period.
+ * Returns the date range string comprising two dates
*
+ * @api
* @return string eg, `'2012-01-01,2012-01-31'`.
*/
public function getRangeString()