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:
authorsgiehl <stefan@piwik.org>2013-08-02 17:26:19 +0400
committersgiehl <stefan@piwik.org>2013-08-02 17:26:19 +0400
commit54e0234ab1a1865d1d2aebd1aa59dc667b9f29b5 (patch)
treeae0892aa1ee5daf87490747cec97abd2e9e5355c /core/Period
parentf45ae6c867316df331bbedbf69104ce867fbdf48 (diff)
fixed more doc blocks and namespaces
Diffstat (limited to 'core/Period')
-rw-r--r--core/Period/Week.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/Period/Week.php b/core/Period/Week.php
index c975aba135..622bf4ba94 100644
--- a/core/Period/Week.php
+++ b/core/Period/Week.php
@@ -49,6 +49,13 @@ class Week extends Period
return Piwik_Translate('CoreHome_PeriodWeek') . " " . $string;
}
+ /**
+ * @param string $format
+ * @param \Piwik\Date $dateStart
+ * @param \Piwik\Date $dateEnd
+ *
+ * @return mixed
+ */
static protected function getTranslatedRange($format, $dateStart, $dateEnd)
{
$string = str_replace('From%', '%', $format);